diff options
author | martynas <> | 2013-12-29 01:39:44 +0000 |
---|---|---|
committer | martynas <> | 2013-12-29 01:39:44 +0000 |
commit | c057fa8b78920eb9c3f036141d89633cdb5a2626 (patch) | |
tree | 64e72dd0a9ea8ed1a7f3a56430c46d8b85760492 /src/regress/lib/libc/setjmp-fpu/Makefile | |
parent | 059e8d1417ca56903c7f426e4a8a23db0b19a7e7 (diff) | |
download | openbsd-c057fa8b78920eb9c3f036141d89633cdb5a2626.tar.gz openbsd-c057fa8b78920eb9c3f036141d89633cdb5a2626.tar.bz2 openbsd-c057fa8b78920eb9c3f036141d89633cdb5a2626.zip |
Add a regression test to verify that the FPU control word state is
preserved by setjmp. Currently under REGRESS_FULL as this fails
on certain archs.
Diffstat (limited to 'src/regress/lib/libc/setjmp-fpu/Makefile')
-rw-r--r-- | src/regress/lib/libc/setjmp-fpu/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/regress/lib/libc/setjmp-fpu/Makefile b/src/regress/lib/libc/setjmp-fpu/Makefile new file mode 100644 index 0000000000..471de4821c --- /dev/null +++ b/src/regress/lib/libc/setjmp-fpu/Makefile | |||
@@ -0,0 +1,8 @@ | |||
1 | # $OpenBSD: Makefile,v 1.1 2013/12/29 01:39:44 martynas Exp $ | ||
2 | |||
3 | PROG= setjmp-fpu | ||
4 | SRCS= setjmp-fpu.c | ||
5 | |||
6 | LDADD= -lm | ||
7 | |||
8 | .include <bsd.regress.mk> | ||