diff options
author | Roland McGrath <roland@gnu.org> | 1996-03-12 10:01:41 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-03-12 10:01:41 +0000 |
commit | 6c46dada59a56f8748f6d956ef5d318155195840 (patch) | |
tree | e3811ee4b324730a87c0e77552ba8261ed117557 /setjmp/Makefile | |
parent | 1177c8babf74c7335c5f3bf09c45961bebeed6c6 (diff) | |
download | glibc-6c46dada59a56f8748f6d956ef5d318155195840.tar glibc-6c46dada59a56f8748f6d956ef5d318155195840.tar.gz glibc-6c46dada59a56f8748f6d956ef5d318155195840.tar.bz2 glibc-6c46dada59a56f8748f6d956ef5d318155195840.zip |
Tue Mar 12 04:57:57 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>cvs/libc-960314cvs/libc-960313cvs/libc-960312
* setjmp/Makefile (tests): Add jmpbug.
* setjmp/jmpbug.c: New file.
Diffstat (limited to 'setjmp/Makefile')
-rw-r--r-- | setjmp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setjmp/Makefile b/setjmp/Makefile index 4773b617e1..3d004852c8 100644 --- a/setjmp/Makefile +++ b/setjmp/Makefile @@ -26,7 +26,7 @@ headers := setjmp.h jmp_buf.h routines := setjmp sigjmp bsd-setjmp bsd-_setjmp \ longjmp __longjmp jmp-unwind -tests := tst-setjmp +tests := tst-setjmp jmpbug include ../Rules |