1Files: 2tests/test-tanh.c 3tests/signature.h 4tests/macros.h 5 6Depends-on: 7 8configure.ac: 9 10Makefile.am: 11TESTS += test-tanh 12check_PROGRAMS += test-tanh 13test_tanh_LDADD = $(LDADD) @TANH_LIBM@ 14
1Files: 2tests/test-tanh.c 3tests/signature.h 4tests/macros.h 5 6Depends-on: 7 8configure.ac: 9 10Makefile.am: 11TESTS += test-tanh 12check_PROGRAMS += test-tanh 13test_tanh_LDADD = $(LDADD) @TANH_LIBM@ 14