diff options
Diffstat (limited to 'test/setjmp')
-rw-r--r-- | test/setjmp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/setjmp/Makefile b/test/setjmp/Makefile index 40f5fd853..87bd7591c 100644 --- a/test/setjmp/Makefile +++ b/test/setjmp/Makefile @@ -1,6 +1,6 @@ # uClibc setjmp tests # Licensed under the GNU Library General Public License, see COPYING.LIB -TESTS = setjmp_test +TESTS := setjmp_test include ../Test.mak |