X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fcbrt-tests;h=9384e2a7cdb2ef4f33dd910c459bb3b7e311d6bb;hb=cd56634a4a8179fd5a4419fbb3e27211b042ab1c;hp=47248e056bdae08821ad23ee6fdfd0d15edef31b;hpb=fa2036e3aa21bb1230ad3827006f234d193f89af;p=gnulib.git diff --git a/modules/cbrt-tests b/modules/cbrt-tests index 47248e056..9384e2a7c 100644 --- a/modules/cbrt-tests +++ b/modules/cbrt-tests @@ -1,7 +1,9 @@ Files: tests/test-cbrt.c +tests/test-cbrt.h tests/signature.h tests/macros.h +tests/randomd.c Depends-on: @@ -10,4 +12,5 @@ configure.ac: Makefile.am: TESTS += test-cbrt check_PROGRAMS += test-cbrt +test_cbrt_SOURCES = test-cbrt.c randomd.c test_cbrt_LDADD = $(LDADD) @CBRT_LIBM@