diff options
author | Rob Landley <rob@landley.net> | 2016-07-30 11:39:17 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2016-07-30 11:39:17 -0500 |
commit | 8f3e0af6409e9d3cfe0370d93645ebd93d11aa0a (patch) | |
tree | bc7761e09975333f62cc168dfce18ac09e1ce470 /toys/example/test_many_options.c | |
parent | f59f11f8e39ec914602de13e27d816cebfb0d035 (diff) | |
download | toybox-8f3e0af6409e9d3cfe0370d93645ebd93d11aa0a.tar.gz |
Single builds skip commands with 0 in the install location so
"make test_scankey" didn't work.
Diffstat (limited to 'toys/example/test_many_options.c')
-rw-r--r-- | toys/example/test_many_options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/example/test_many_options.c b/toys/example/test_many_options.c index d2f5c846..e071d26c 100644 --- a/toys/example/test_many_options.c +++ b/toys/example/test_many_options.c @@ -2,7 +2,7 @@ * * Copyright 2015 Rob Landley <rob@landley.net> -USE_TEST_MANY_OPTIONS(NEWTOY(test_many_options, "ZYXWVUTSRQPONMLKJIHGFEDCBAzyxwvutsrqponmlkjihgfedcba", TOYFLAG_USR|TOYFLAG_BIN)) +USE_TEST_MANY_OPTIONS(NEWTOY(test_many_options, "ZYXWVUTSRQPONMLKJIHGFEDCBAzyxwvutsrqponmlkjihgfedcba", TOYFLAG_BIN)) config TEST_MANY_OPTIONS bool "test_many_options" |