summaryrefslogtreecommitdiff
path: root/modules/cbrtf-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2012-03-01 02:04:56 +0100
committerBruno Haible <bruno@clisp.org>2012-03-01 02:04:56 +0100
commite201f192a237a32abced628f8f20e062c19823d1 (patch)
treeccb3f10909b9f4d8ad1d7e9f0a2e175c24e440f1 /modules/cbrtf-tests
parentaf95cd82312c495ebe5336adf88c882ca7c0fc7f (diff)
downloadgnulib-e201f192a237a32abced628f8f20e062c19823d1.tar.gz
Tests for module 'cbrtf'.
* modules/cbrtf-tests: New file. * tests/test-cbrtf.c: New file.
Diffstat (limited to 'modules/cbrtf-tests')
-rw-r--r--modules/cbrtf-tests13
1 files changed, 13 insertions, 0 deletions
diff --git a/modules/cbrtf-tests b/modules/cbrtf-tests
new file mode 100644
index 0000000000..31f328d293
--- /dev/null
+++ b/modules/cbrtf-tests
@@ -0,0 +1,13 @@
+Files:
+tests/test-cbrtf.c
+tests/signature.h
+tests/macros.h
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-cbrtf
+check_PROGRAMS += test-cbrtf
+test_cbrtf_LDADD = $(LDADD) @CBRTF_LIBM@