svn commit: trunk/uClibc/test

vapier at uclibc.org vapier at uclibc.org
Wed Feb 15 04:02:21 UTC 2006


Author: vapier
Date: 2006-02-14 20:02:19 -0800 (Tue, 14 Feb 2006)
New Revision: 14028

Log:
document new features

Modified:
   trunk/uClibc/test/README


Changeset:
Modified: trunk/uClibc/test/README
===================================================================
--- trunk/uClibc/test/README	2006-02-15 00:46:32 UTC (rev 14027)
+++ trunk/uClibc/test/README	2006-02-15 04:02:19 UTC (rev 14028)
@@ -23,9 +23,11 @@
  test/subdir/Makefile  describe the tests to run
  test/subdir/*.c       the tests
 
-Each subdir Makefile must define the TESTS variable and include the
-toplevel Test.mak file:
+Each subdir Makefile must include the toplevel Test.mak file.  Before doing so,
+you may define the TESTS and TESTS_DISABLED variables.  If you do not, TESTS
+is built automatically based upon all the .c files in the subdir.
 TESTS := foo
+TESTS_DISABLED := bar
 include ../Test.mak
 Each test must use a similar .c name; so the "foo" test needs a "foo.c".
 




More information about the uClibc-cvs mailing list