diff options
Diffstat (limited to 'setjmp/Makefile')
-rw-r--r-- | setjmp/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/setjmp/Makefile b/setjmp/Makefile index e1ad33c92d..a121892851 100644 --- a/setjmp/Makefile +++ b/setjmp/Makefile @@ -31,7 +31,10 @@ routines := setjmp sigjmp bsd-setjmp bsd-_setjmp \ tests := tst-setjmp jmpbug bug269-setjmp tst-setjmp-fp \ tst-sigsetjmp tst-setjmp-static tests-static := tst-setjmp-static +tests-internal := \ + tst-setjmp-check +gen-as-const-headers += jmp_buf-macros.sym include ../Rules |