diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2019-02-21 16:14:04 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2019-02-21 16:14:04 +0000 |
commit | 9f69b6ac6be74fc9b503b4addc1a0f1255993065 (patch) | |
tree | 633e4eec4625313bb2397f292f5ea2412c13b4d3 /regress/lib | |
parent | 853d372b68c653cf3cd71e93d4b5b98d5f5a8d53 (diff) |
Copy tests for our libm implementation from FreeBSD. Only passing
tests are included, the others need some fixes in the library first.
Hopefully these tests will help us to find compiler bugs earlier.
from Moritz Buhl
Diffstat (limited to 'regress/lib')
-rw-r--r-- | regress/lib/libm/msun/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/lib/libm/msun/Makefile b/regress/lib/libm/msun/Makefile index f3ce5e0cf8a..7f58446d775 100644 --- a/regress/lib/libm/msun/Makefile +++ b/regress/lib/libm/msun/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2019/02/21 16:14:03 bluhm Exp $ +# $OpenBSD: Makefile,v 1.1 2019/02/21 16:14:03 bluhm Exp $ TESTS = TESTS += conj_test |