From 5ec9f52a39c0f5a631cd60f12560698033eba7dc Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Fri, 19 Feb 2016 17:56:01 -0600 Subject: Add test_COMMAND for each command, update "make help" to describe TEST_HOST and VERBOSE=fail, and fix a quote mismatch. --- scripts/genconfig.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/genconfig.sh') diff --git a/scripts/genconfig.sh b/scripts/genconfig.sh index c0ac56d2..5b0715f4 100755 --- a/scripts/genconfig.sh +++ b/scripts/genconfig.sh @@ -135,6 +135,7 @@ do [ "$NAME" == help ] && continue [ "$NAME" == install ] && continue echo -e "$NAME: $FILE *.[ch] lib/*.[ch]\n\tscripts/single.sh $NAME\n" + echo -e "test_$NAME:\n\tscripts/test.sh $NAME\n" [ "${FILE/pending//}" != "$FILE" ] && PENDING="$PENDING $NAME" || WORKING="$WORKING $NAME" -- cgit v1.2.3