svn commit: branches/uClibc-nptl/test

sjhill at uclibc.org sjhill at uclibc.org
Sun Nov 19 04:01:33 UTC 2006


Author: sjhill
Date: 2006-11-18 20:01:32 -0800 (Sat, 18 Nov 2006)
New Revision: 16581

Log:
Merge from trunk.


Modified:
   branches/uClibc-nptl/test/README
   branches/uClibc-nptl/test/Test.mak


Changeset:
Modified: branches/uClibc-nptl/test/README
===================================================================
--- branches/uClibc-nptl/test/README	2006-11-18 22:04:09 UTC (rev 16580)
+++ branches/uClibc-nptl/test/README	2006-11-19 04:01:32 UTC (rev 16581)
@@ -6,6 +6,7 @@
  - UCLIBC_ONLY  - only run tests against uClibc
  - GLIBC_ONLY   - only run tests against glibc
  - COMPILE_ONLY - just build the tests, don't run them
+ - CHECK_ONLY - only run the tests, don't compile or link them
  - V / VERBOSE  - run tests with a lot of output
 
 So, to just run the uClibc tests, try this:

Modified: branches/uClibc-nptl/test/Test.mak
===================================================================
--- branches/uClibc-nptl/test/Test.mak	2006-11-18 22:04:09 UTC (rev 16580)
+++ branches/uClibc-nptl/test/Test.mak	2006-11-19 04:01:32 UTC (rev 16581)
@@ -72,9 +72,11 @@
 endef
 
 $(U_TARGETS):
+ifeq ($(CHECK_ONLY),)
 	$(showlink)
 	$(Q)$(CC) $(CFLAGS) $(EXTRA_CFLAGS) $(CFLAGS_$@) -c $@.c -o $@.o
 	$(Q)$(CC) $(LDFLAGS) $@.o -o $@ $(EXTRA_LDFLAGS) $(LDFLAGS_$@)
+endif
 ifeq ($(COMPILE_ONLY),)
 	$(exec_test)
 	$(diff_test)




More information about the uClibc-cvs mailing list