diff options
Diffstat (limited to 'test/libtest/lib/Makefile')
-rw-r--r-- | test/libtest/lib/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/libtest/lib/Makefile b/test/libtest/lib/Makefile index 7359ddd76a6c7..e36d8fa072bab 100644 --- a/test/libtest/lib/Makefile +++ b/test/libtest/lib/Makefile @@ -4,10 +4,9 @@ TOP= ../../.. LIB= test -SRCS= test.c \ - test_runner.c +SRCS= test.c -INCS= test.h +INCS= test.h test_case.h WARNS?= 6 |