summaryrefslogtreecommitdiff
path: root/math/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/Makefile')
-rw-r--r--math/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile
index cba9ce9405..8978f2ef96 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -220,7 +220,7 @@ tests-static += atest-exp atest-sincos atest-exp2
ifneq (,$(CXX))
tests += test-math-isinff test-math-iszero test-math-issignaling \
- test-math-iscanonical test-math-cxx11
+ test-math-iscanonical test-math-cxx11 test-math-iseqsig
endif
ifneq (no,$(PERL))