From ced4d2934b4ceb0f07ba7475c531de7a5018f212 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 15 Feb 2006 04:41:04 +0000 Subject: dont bother setting TESTS now --- test/args/Makefile | 2 -- test/assert/Makefile | 2 -- test/crypt/Makefile | 2 -- test/malloc/Makefile | 3 +-- test/misc/Makefile | 2 +- test/mmap/Makefile | 2 -- test/pthread/Makefile | 2 -- test/pwd_grp/Makefile | 2 -- test/setjmp/Makefile | 2 -- test/signal/Makefile | 2 -- test/silly/Makefile | 2 -- test/stat/Makefile | 2 -- test/stdlib/Makefile | 2 -- test/string/Makefile | 2 -- test/termios/Makefile | 2 -- test/unistd/Makefile | 3 --- 16 files changed, 2 insertions(+), 32 deletions(-) (limited to 'test') diff --git a/test/args/Makefile b/test/args/Makefile index 3a1355c83..6c29c31d5 100644 --- a/test/args/Makefile +++ b/test/args/Makefile @@ -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 diff --git a/test/assert/Makefile b/test/assert/Makefile index 0f6c861f5..5433162ca 100644 --- a/test/assert/Makefile +++ b/test/assert/Makefile @@ -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 diff --git a/test/crypt/Makefile b/test/crypt/Makefile index 71e4a035f..2bd870346 100644 --- a/test/crypt/Makefile +++ b/test/crypt/Makefile @@ -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 diff --git a/test/malloc/Makefile b/test/malloc/Makefile index 62499f2a0..109c76f0c 100644 --- a/test/malloc/Makefile +++ b/test/malloc/Makefile @@ -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 diff --git a/test/misc/Makefile b/test/misc/Makefile index 9101f1e10..ffc9f78ed 100644 --- a/test/misc/Makefile +++ b/test/misc/Makefile @@ -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 diff --git a/test/mmap/Makefile b/test/mmap/Makefile index 317f71a6d..475ca9592 100644 --- a/test/mmap/Makefile +++ b/test/mmap/Makefile @@ -1,6 +1,4 @@ # uClibc mmap tests # Licensed under the GNU Library General Public License, see COPYING.LIB -TESTS := mmap mmap64 - include ../Test.mak diff --git a/test/pthread/Makefile b/test/pthread/Makefile index 9dbbed40b..0d6c262ac 100644 --- a/test/pthread/Makefile +++ b/test/pthread/Makefile @@ -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 diff --git a/test/pwd_grp/Makefile b/test/pwd_grp/Makefile index 0e4516c32..6a8ef47e4 100644 --- a/test/pwd_grp/Makefile +++ b/test/pwd_grp/Makefile @@ -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 diff --git a/test/setjmp/Makefile b/test/setjmp/Makefile index 87bd7591c..f1179c523 100644 --- a/test/setjmp/Makefile +++ b/test/setjmp/Makefile @@ -1,6 +1,4 @@ # uClibc setjmp tests # Licensed under the GNU Library General Public License, see COPYING.LIB -TESTS := setjmp_test - include ../Test.mak diff --git a/test/signal/Makefile b/test/signal/Makefile index 6889830c7..8c5af7921 100644 --- a/test/signal/Makefile +++ b/test/signal/Makefile @@ -1,6 +1,4 @@ # uClibc signal tests # Licensed under the GNU Library General Public License, see COPYING.LIB -TESTS := signal sigchld - include ../Test.mak diff --git a/test/silly/Makefile b/test/silly/Makefile index 68d3466cd..8012a499b 100644 --- a/test/silly/Makefile +++ b/test/silly/Makefile @@ -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 diff --git a/test/stat/Makefile b/test/stat/Makefile index cf21ef76d..73ec81b52 100644 --- a/test/stat/Makefile +++ b/test/stat/Makefile @@ -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 diff --git a/test/stdlib/Makefile b/test/stdlib/Makefile index e18185bb5..c0a14dab5 100644 --- a/test/stdlib/Makefile +++ b/test/stdlib/Makefile @@ -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 diff --git a/test/string/Makefile b/test/string/Makefile index 4a3cecfd3..2d873b629 100644 --- a/test/string/Makefile +++ b/test/string/Makefile @@ -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 diff --git a/test/termios/Makefile b/test/termios/Makefile index dd03a4fc8..a934d65ff 100644 --- a/test/termios/Makefile +++ b/test/termios/Makefile @@ -1,6 +1,4 @@ # uClibc termios tests # Licensed under the GNU Library General Public License, see COPYING.LIB -TESTS := termios - include ../Test.mak diff --git a/test/unistd/Makefile b/test/unistd/Makefile index fa702231a..049ca54ce 100644 --- a/test/unistd/Makefile +++ b/test/unistd/Makefile @@ -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 -- cgit v1.2.3