diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2002-01-04 13:02:58 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2002-01-04 13:02:58 +0000 |
commit | 79cb121ab13273d637bb9dcd006259247570c62f (patch) | |
tree | 4da87ee7f027068c6c3e9c1e6e9b19a7d56b23a3 /regress/lib/libc/longjmp/Makefile | |
parent | 08127c6e00f298ed276c42448552b95bb6fc2721 (diff) |
test for what longjmp(.., 0) does
Diffstat (limited to 'regress/lib/libc/longjmp/Makefile')
-rw-r--r-- | regress/lib/libc/longjmp/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/regress/lib/libc/longjmp/Makefile b/regress/lib/libc/longjmp/Makefile new file mode 100644 index 00000000000..1444cd43746 --- /dev/null +++ b/regress/lib/libc/longjmp/Makefile @@ -0,0 +1,3 @@ +PROG= longjmp + +.include <bsd.regress.mk> |