summaryrefslogtreecommitdiff
path: root/modules/sqrt-tests
diff options
context:
space:
mode:
Diffstat (limited to 'modules/sqrt-tests')
-rw-r--r--modules/sqrt-tests3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/sqrt-tests b/modules/sqrt-tests
index 86d8176159..dad976d7c9 100644
--- a/modules/sqrt-tests
+++ b/modules/sqrt-tests
@@ -1,7 +1,9 @@
Files:
tests/test-sqrt.c
+tests/test-sqrt.h
tests/signature.h
tests/macros.h
+tests/randomd.c
Depends-on:
@@ -10,4 +12,5 @@ configure.ac:
Makefile.am:
TESTS += test-sqrt
check_PROGRAMS += test-sqrt
+test_sqrt_SOURCES = test-sqrt.c randomd.c
test_sqrt_LDADD = $(LDADD) @SQRT_LIBM@