From 1ec3feb64826d2a43d41e74684690985bf20e71c Mon Sep 17 00:00:00 2001 From: Alex Richardson Date: Mon, 22 Feb 2021 17:19:06 +0000 Subject: Update libm tests from NetBSD I did this without a full vendor update since that would cause too many conflicts. Since these files now almost match the NetBSD sources the next git subtree merge should work just fine. Reviewed By: lwhsu Differential Revision: https://reviews.freebsd.org/D28797 --- lib/msun/tests/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/msun') diff --git a/lib/msun/tests/Makefile b/lib/msun/tests/Makefile index 67a38855309e..d58333271e9b 100644 --- a/lib/msun/tests/Makefile +++ b/lib/msun/tests/Makefile @@ -22,6 +22,8 @@ CFLAGS+= -D__HAVE_LONG_DOUBLE NETBSD_ATF_TESTS_C= acos_test NETBSD_ATF_TESTS_C+= asin_test NETBSD_ATF_TESTS_C+= atan_test +NETBSD_ATF_TESTS_C+= bit_test +# TODO: NETBSD_ATF_TESTS_CXX+= cabsl_test NETBSD_ATF_TESTS_C+= cbrt_test NETBSD_ATF_TESTS_C+= ceil_test NETBSD_ATF_TESTS_C+= casinh_test -- cgit v1.3