diff options
author | Bruno Haible <bruno@clisp.org> | 2010-01-25 02:20:23 +0100 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2010-01-25 02:20:23 +0100 |
commit | 4fd894134807335cca1dbaa069e14550be00128d (patch) | |
tree | d72d0bae8f824db6e0aeffea7a0bc74a3e8af0e7 /modules/sinh-tests | |
parent | 3d4f5487005371c35984ee7a73236f73a47fda44 (diff) | |
download | gnulib-4fd894134807335cca1dbaa069e14550be00128d.tar.gz |
Tests for module 'sinh'.
Diffstat (limited to 'modules/sinh-tests')
-rw-r--r-- | modules/sinh-tests | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/modules/sinh-tests b/modules/sinh-tests new file mode 100644 index 0000000000..236c946928 --- /dev/null +++ b/modules/sinh-tests @@ -0,0 +1,13 @@ +Files: +tests/test-sinh.c +tests/signature.h +tests/macros.h + +Depends-on: + +configure.ac: + +Makefile.am: +TESTS += test-sinh +check_PROGRAMS += test-sinh +test_sinh_LDADD = $(LDADD) @SINH_LIBM@ |