diff options
Diffstat (limited to 'test/unistd/Makefile')
-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 |