aboutsummaryrefslogtreecommitdiff
path: root/toys/example/test_human_readable.c
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2016-07-30 11:39:17 -0500
committerRob Landley <rob@landley.net>2016-07-30 11:39:17 -0500
commit8f3e0af6409e9d3cfe0370d93645ebd93d11aa0a (patch)
treebc7761e09975333f62cc168dfce18ac09e1ce470 /toys/example/test_human_readable.c
parentf59f11f8e39ec914602de13e27d816cebfb0d035 (diff)
downloadtoybox-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_human_readable.c')
-rw-r--r--toys/example/test_human_readable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/example/test_human_readable.c b/toys/example/test_human_readable.c
index ae8e7888..9fff2626 100644
--- a/toys/example/test_human_readable.c
+++ b/toys/example/test_human_readable.c
@@ -2,7 +2,7 @@
*
* Copyright 2015 Rob Landley <rob@landley.net>
-USE_TEST_HUMAN_READABLE(NEWTOY(test_human_readable, "<1>1ibs", 0))
+USE_TEST_HUMAN_READABLE(NEWTOY(test_human_readable, "<1>1ibs", TOYFLAG_BIN))
config TEST_HUMAN_READABLE
bool "test_human_readable"