svn commit: branches/uClibc-nptl/test: unistd

sjhill at uclibc.org sjhill at uclibc.org
Thu Nov 17 02:29:38 UTC 2005


Author: sjhill
Date: 2005-11-16 18:29:38 -0800 (Wed, 16 Nov 2005)
New Revision: 12380

Log:
Merge from trunk.


Modified:
   branches/uClibc-nptl/test/Test.mak
   branches/uClibc-nptl/test/unistd/Makefile


Changeset:
Modified: branches/uClibc-nptl/test/Test.mak
===================================================================
--- branches/uClibc-nptl/test/Test.mak	2005-11-17 02:25:33 UTC (rev 12379)
+++ branches/uClibc-nptl/test/Test.mak	2005-11-17 02:29:38 UTC (rev 12380)
@@ -22,8 +22,15 @@
 G_TARGETS := $(patsubst %,%_glibc,$(U_TARGETS))
 U_TARGETS += $(U_TESTS)
 G_TARGETS += $(G_TESTS)
-TARGETS    = $(U_TARGETS) $(G_TARGETS)
 
+TARGETS    = 
+ifeq ($(GLIBC_ONLY),)
+TARGETS   += $(U_TARGETS)
+endif
+ifeq ($(UCLIBC_ONLY),)
+TARGETS   += $(G_TARGETS)
+endif
+
 all: $(TARGETS)
 
 $(TARGETS): Makefile $(TESTDIR)Rules.mak $(TESTDIR)Test.mak

Modified: branches/uClibc-nptl/test/unistd/Makefile
===================================================================
--- branches/uClibc-nptl/test/unistd/Makefile	2005-11-17 02:25:33 UTC (rev 12379)
+++ branches/uClibc-nptl/test/unistd/Makefile	2005-11-17 02:29:38 UTC (rev 12380)
@@ -1,9 +1,10 @@
 # uClibc unistd tests
 # Licensed under the GNU Library General Public License, see COPYING.LIB
 
-TESTS = clone errno fork getcwd getopt getopt_long preadwrite vfork
+TESTS = clone errno fork getcwd getopt getopt_long preadwrite tstgetopt vfork
 
 include ../Test.mak
 
 export OPTS_getopt = -abcXXX -9
 export OPTS_getopt_long = --add XXX --delete YYY --verbose
+export OPTS_tstgetopt = -a -b -cfoobar --required foobar --optional=bazbug --none random --col --color --colour




More information about the uClibc-cvs mailing list