summaryrefslogtreecommitdiff
path: root/modules/atan-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-01-25 02:00:44 +0100
committerBruno Haible <bruno@clisp.org>2010-01-25 02:00:44 +0100
commit519b2d9e86878eeafd01465eb8bbd44917bc6f5e (patch)
treec4ec5a5a179d1267e140b1fbe943c1ff55a6b69b /modules/atan-tests
parentb22a6f3b798e99deff49d58c0639646bbbb30e7c (diff)
downloadgnulib-519b2d9e86878eeafd01465eb8bbd44917bc6f5e.tar.gz
Tests for module 'atan'.
Diffstat (limited to 'modules/atan-tests')
-rw-r--r--modules/atan-tests13
1 files changed, 13 insertions, 0 deletions
diff --git a/modules/atan-tests b/modules/atan-tests
new file mode 100644
index 0000000000..bdd5605ac1
--- /dev/null
+++ b/modules/atan-tests
@@ -0,0 +1,13 @@
+Files:
+tests/test-atan.c
+tests/signature.h
+tests/macros.h
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-atan
+check_PROGRAMS += test-atan
+test_atan_LDADD = $(LDADD) @ATAN_LIBM@