diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-15 04:41:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-15 04:41:04 +0000 |
commit | ced4d2934b4ceb0f07ba7475c531de7a5018f212 (patch) | |
tree | 179c02fcb77b09a7b7a0ea4e408dd8cb5b2bc6a3 /test/unistd | |
parent | 1f9d2753aed7963a3784649cf6a8bd8138dacae7 (diff) |
dont bother setting TESTS now
Diffstat (limited to 'test/unistd')
-rw-r--r-- | test/unistd/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
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 |