diff options
Diffstat (limited to 'test/pthread/Makefile')
-rw-r--r-- | test/pthread/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
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 |