Extract non-portability constexpr math functions to new header
[folly.git] / folly / test / Makefile.am
index ed0fd9775a261fc2ac0827f05abefc97d8aeffb2..f0ca1460fb4448b3c06e01354c51c3fac86a2e53 100644 (file)
@@ -49,6 +49,10 @@ array_test_SOURCES = ArrayTest.cpp
 array_test_LDADD = libfollytestmain.la
 TESTS += array_test
 
+constexpr_math_test_SOURCES = ConstexprMathTest.cpp
+constexpr_math_test_LDADD = libfollytestmain.la
+TESTS += constexpr_math_test
+
 if RUN_ARCH_SPECIFIC_TESTS
 small_locks_test_SOURCES = SmallLocksTest.cpp
 small_locks_test_LDADD = libfollytestmain.la