diff options
author | Bruno Haible <bruno@clisp.org> | 2010-01-19 03:02:56 +0100 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2010-01-19 03:02:56 +0100 |
commit | 1fd918676513b8e587920ca8a8ddae19c05e0e53 (patch) | |
tree | 97b6121eae1f195047843810b83a2b1ae9b1565a /modules/atanl-tests | |
parent | 30cd07fada4e1c27ca3da633531df9d45066b04a (diff) | |
download | gnulib-1fd918676513b8e587920ca8a8ddae19c05e0e53.tar.gz |
Tests for module 'atanl'.
Diffstat (limited to 'modules/atanl-tests')
-rw-r--r-- | modules/atanl-tests | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/modules/atanl-tests b/modules/atanl-tests new file mode 100644 index 0000000000..79fe52f1fb --- /dev/null +++ b/modules/atanl-tests @@ -0,0 +1,14 @@ +Files: +tests/test-atanl.c +tests/signature.h +tests/macros.h + +Depends-on: +fpucw + +configure.ac: + +Makefile.am: +TESTS += test-atanl +check_PROGRAMS += test-atanl +test_atanl_LDADD = $(LDADD) @ATANL_LIBM@ |