svn commit: trunk/uClibc/test: args assert crypt malloc misc mmap pthre etc...

vapier at uclibc.org vapier at uclibc.org
Wed Feb 15 04:41:08 UTC 2006


Author: vapier
Date: 2006-02-14 20:41:04 -0800 (Tue, 14 Feb 2006)
New Revision: 14036

Log:
dont bother setting TESTS now

Modified:
   trunk/uClibc/test/args/Makefile
   trunk/uClibc/test/assert/Makefile
   trunk/uClibc/test/crypt/Makefile
   trunk/uClibc/test/malloc/Makefile
   trunk/uClibc/test/misc/Makefile
   trunk/uClibc/test/mmap/Makefile
   trunk/uClibc/test/pthread/Makefile
   trunk/uClibc/test/pwd_grp/Makefile
   trunk/uClibc/test/setjmp/Makefile
   trunk/uClibc/test/signal/Makefile
   trunk/uClibc/test/silly/Makefile
   trunk/uClibc/test/stat/Makefile
   trunk/uClibc/test/stdlib/Makefile
   trunk/uClibc/test/string/Makefile
   trunk/uClibc/test/termios/Makefile
   trunk/uClibc/test/unistd/Makefile


Changeset:
Modified: trunk/uClibc/test/args/Makefile
===================================================================
--- trunk/uClibc/test/args/Makefile	2006-02-15 04:30:07 UTC (rev 14035)
+++ trunk/uClibc/test/args/Makefile	2006-02-15 04:41:04 UTC (rev 14036)
@@ -1,8 +1,6 @@
 # uClibc args tests
 # Licensed under the GNU Library General Public License, see COPYING.LIB
 
-TESTS := arg_test
-
 include ../Test.mak
 
 OPTS_arg_test = a b c d e f g h

Modified: trunk/uClibc/test/assert/Makefile
===================================================================
--- trunk/uClibc/test/assert/Makefile	2006-02-15 04:30:07 UTC (rev 14035)
+++ trunk/uClibc/test/assert/Makefile	2006-02-15 04:41:04 UTC (rev 14036)
@@ -1,8 +1,6 @@
 # uClibc assert tests
 # Licensed under the GNU Library General Public License, see COPYING.LIB
 
-TESTS := assert
-
 include ../Test.mak
 
 RET_assert     := 134

Modified: trunk/uClibc/test/crypt/Makefile
===================================================================
--- trunk/uClibc/test/crypt/Makefile	2006-02-15 04:30:07 UTC (rev 14035)
+++ trunk/uClibc/test/crypt/Makefile	2006-02-15 04:41:04 UTC (rev 14036)
@@ -1,8 +1,6 @@
 # uClibc crypt tests
 # Licensed under the GNU Library General Public License, see COPYING.LIB
 
-TESTS := crypt md5c-test
-
 include ../Test.mak
 
 EXTRA_LDFLAGS := -lcrypt

Modified: trunk/uClibc/test/malloc/Makefile
===================================================================
--- trunk/uClibc/test/malloc/Makefile	2006-02-15 04:30:07 UTC (rev 14035)
+++ trunk/uClibc/test/malloc/Makefile	2006-02-15 04:41:04 UTC (rev 14036)
@@ -1,7 +1,6 @@
 # uClibc malloc tests
 # Licensed under the GNU Library General Public License, see COPYING.LIB
 
-TESTS := malloc mallocbug realloc0 testmalloc
-#time_malloc
+TESTS_DISABLED := time_malloc
 
 include ../Test.mak

Modified: trunk/uClibc/test/misc/Makefile
===================================================================
--- trunk/uClibc/test/misc/Makefile	2006-02-15 04:30:07 UTC (rev 14035)
+++ trunk/uClibc/test/misc/Makefile	2006-02-15 04:41:04 UTC (rev 14036)
@@ -1,7 +1,7 @@
 # uClibc misc tests
 # Licensed under the GNU Library General Public License, see COPYING.LIB
 
-TESTS := dirent dirent64 fdopen sem tst-fnmatch #outb
+TESTS_DISABLED := outb
 
 include ../Test.mak
 

Modified: trunk/uClibc/test/mmap/Makefile
===================================================================
--- trunk/uClibc/test/mmap/Makefile	2006-02-15 04:30:07 UTC (rev 14035)
+++ trunk/uClibc/test/mmap/Makefile	2006-02-15 04:41:04 UTC (rev 14036)
@@ -1,6 +1,4 @@
 # uClibc mmap tests
 # Licensed under the GNU Library General Public License, see COPYING.LIB
 
-TESTS := mmap mmap64
-
 include ../Test.mak

Modified: trunk/uClibc/test/pthread/Makefile
===================================================================
--- trunk/uClibc/test/pthread/Makefile	2006-02-15 04:30:07 UTC (rev 14035)
+++ trunk/uClibc/test/pthread/Makefile	2006-02-15 04:41:04 UTC (rev 14036)
@@ -1,8 +1,6 @@
 # uClibc pthread tests
 # Licensed under the GNU Library General Public License, see COPYING.LIB
 
-TESTS := ex1 ex2 ex3 ex4 ex5 ex6 ex7
-
 include ../Test.mak
 
 EXTRA_LDFLAGS := -lpthread

Modified: trunk/uClibc/test/pwd_grp/Makefile
===================================================================
--- trunk/uClibc/test/pwd_grp/Makefile	2006-02-15 04:30:07 UTC (rev 14035)
+++ trunk/uClibc/test/pwd_grp/Makefile	2006-02-15 04:41:04 UTC (rev 14036)
@@ -1,8 +1,6 @@
 # uClibc pwd_grp tests
 # Licensed under the GNU Library General Public License, see COPYING.LIB
 
-TESTS := test_pwd test_grp pwcat grcat getgroups
-
 include ../Test.mak
 
 DODIFF_test_pwd  := 1

Modified: trunk/uClibc/test/setjmp/Makefile
===================================================================
--- trunk/uClibc/test/setjmp/Makefile	2006-02-15 04:30:07 UTC (rev 14035)
+++ trunk/uClibc/test/setjmp/Makefile	2006-02-15 04:41:04 UTC (rev 14036)
@@ -1,6 +1,4 @@
 # uClibc setjmp tests
 # Licensed under the GNU Library General Public License, see COPYING.LIB
 
-TESTS := setjmp_test
-
 include ../Test.mak

Modified: trunk/uClibc/test/signal/Makefile
===================================================================
--- trunk/uClibc/test/signal/Makefile	2006-02-15 04:30:07 UTC (rev 14035)
+++ trunk/uClibc/test/signal/Makefile	2006-02-15 04:41:04 UTC (rev 14036)
@@ -1,6 +1,4 @@
 # uClibc signal tests
 # Licensed under the GNU Library General Public License, see COPYING.LIB
 
-TESTS := signal sigchld
-
 include ../Test.mak

Modified: trunk/uClibc/test/silly/Makefile
===================================================================
--- trunk/uClibc/test/silly/Makefile	2006-02-15 04:30:07 UTC (rev 14035)
+++ trunk/uClibc/test/silly/Makefile	2006-02-15 04:41:04 UTC (rev 14036)
@@ -1,8 +1,6 @@
 # uClibc silly tests
 # Licensed under the GNU Library General Public License, see COPYING.LIB
 
-TESTS := hello tiny
-
 include ../Test.mak
 
 RET_hello := 42

Modified: trunk/uClibc/test/stat/Makefile
===================================================================
--- trunk/uClibc/test/stat/Makefile	2006-02-15 04:30:07 UTC (rev 14035)
+++ trunk/uClibc/test/stat/Makefile	2006-02-15 04:41:04 UTC (rev 14036)
@@ -1,8 +1,6 @@
 # uClibc stat tests
 # Licensed under the GNU Library General Public License, see COPYING.LIB
 
-TESTS := stat stat64
-
 include ../Test.mak
 
 CFLAGS_stat64 := -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64

Modified: trunk/uClibc/test/stdlib/Makefile
===================================================================
--- trunk/uClibc/test/stdlib/Makefile	2006-02-15 04:30:07 UTC (rev 14035)
+++ trunk/uClibc/test/stdlib/Makefile	2006-02-15 04:41:04 UTC (rev 14036)
@@ -1,8 +1,6 @@
 # uClibc stdlib tests
 # Licensed under the GNU Library General Public License, see COPYING.LIB
 
-TESTS := ptytest qsort testatexit teston_exit teststrtol
-
 include ../Test.mak
 
 DODIFF_qsort       := 1

Modified: trunk/uClibc/test/string/Makefile
===================================================================
--- trunk/uClibc/test/string/Makefile	2006-02-15 04:30:07 UTC (rev 14035)
+++ trunk/uClibc/test/string/Makefile	2006-02-15 04:41:04 UTC (rev 14036)
@@ -1,8 +1,6 @@
 # uClibc string tests
 # Licensed under the GNU Library General Public License, see COPYING.LIB
 
-TESTS := $(patsubst %.c,%,$(wildcard *.c))
-
 include ../Test.mak
 
 EXTRA_CFLAGS := -fno-builtin

Modified: trunk/uClibc/test/termios/Makefile
===================================================================
--- trunk/uClibc/test/termios/Makefile	2006-02-15 04:30:07 UTC (rev 14035)
+++ trunk/uClibc/test/termios/Makefile	2006-02-15 04:41:04 UTC (rev 14036)
@@ -1,6 +1,4 @@
 # uClibc termios tests
 # Licensed under the GNU Library General Public License, see COPYING.LIB
 
-TESTS := termios
-
 include ../Test.mak

Modified: trunk/uClibc/test/unistd/Makefile
===================================================================
--- trunk/uClibc/test/unistd/Makefile	2006-02-15 04:30:07 UTC (rev 14035)
+++ trunk/uClibc/test/unistd/Makefile	2006-02-15 04:41:04 UTC (rev 14036)
@@ -1,9 +1,6 @@
 # uClibc unistd tests
 # Licensed under the GNU Library General Public License, see COPYING.LIB
 
-TESTS := clone errno fork getcwd getopt getopt_long tst-preadwrite \
-	tst-preadwrite64 tstgetopt vfork
-
 include ../Test.mak
 
 OPTS_getopt      := -abcXXX -9




More information about the uClibc-cvs mailing list