X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fsqrt-tests;h=dad976d7c9eafb9036f3f57cefa229360b56cb4c;hb=458c944ddbb41cd6ba34416db2867eb6f17bf61a;hp=86d8176159d605a63bddf75f087c4c0b403c600b;hpb=692679fcbebba0095bae0f1f1a99bd1f0f5a0476;p=gnulib.git diff --git a/modules/sqrt-tests b/modules/sqrt-tests index 86d817615..dad976d7c 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@