diff options
Diffstat (limited to 'src/regress/lib/libc/ieeefp/except/Makefile')
-rw-r--r-- | src/regress/lib/libc/ieeefp/except/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/regress/lib/libc/ieeefp/except/Makefile b/src/regress/lib/libc/ieeefp/except/Makefile new file mode 100644 index 0000000000..205331548f --- /dev/null +++ b/src/regress/lib/libc/ieeefp/except/Makefile | |||
@@ -0,0 +1,19 @@ | |||
1 | # $OpenBSD: Makefile,v 1.5 2004/07/22 19:29:42 kettenis Exp $ | ||
2 | |||
3 | PROG=except | ||
4 | |||
5 | REGRESS_TARGETS+= fltdiv fltinv fltovf fltund | ||
6 | |||
7 | fltdiv: ${PROG} | ||
8 | ./${PROG} fltdiv | ||
9 | |||
10 | fltinv: ${PROG} | ||
11 | ./${PROG} fltinv | ||
12 | |||
13 | fltovf: ${PROG} | ||
14 | ./${PROG} fltovf | ||
15 | |||
16 | fltund: ${PROG} | ||
17 | ./${PROG} fltund | ||
18 | |||
19 | .include <bsd.regress.mk> | ||