diff options
author | visa <> | 2017-10-15 12:15:30 +0000 |
---|---|---|
committer | visa <> | 2017-10-15 12:15:30 +0000 |
commit | 2730ecb4adb4efcd9352c1fc403b4ca9791c054d (patch) | |
tree | 2b56ab0b8e16ace46d11892234657618f6d88b7b /src/regress/lib/libc/ldexp/Makefile | |
parent | 31480a4cf9b7421dfffa30591096c6e8854f1638 (diff) | |
download | openbsd-2730ecb4adb4efcd9352c1fc403b4ca9791c054d.tar.gz openbsd-2730ecb4adb4efcd9352c1fc403b4ca9791c054d.tar.bz2 openbsd-2730ecb4adb4efcd9352c1fc403b4ca9791c054d.zip |
Add a regression test for ldexp(3).
Diffstat (limited to 'src/regress/lib/libc/ldexp/Makefile')
-rw-r--r-- | src/regress/lib/libc/ldexp/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/regress/lib/libc/ldexp/Makefile b/src/regress/lib/libc/ldexp/Makefile new file mode 100644 index 0000000000..bfe79ac679 --- /dev/null +++ b/src/regress/lib/libc/ldexp/Makefile | |||
@@ -0,0 +1,5 @@ | |||
1 | # $OpenBSD: Makefile,v 1.1 2017/10/15 12:15:30 visa Exp $ | ||
2 | |||
3 | PROG=ldexp_test | ||
4 | |||
5 | .include <bsd.regress.mk> | ||