From e201f192a237a32abced628f8f20e062c19823d1 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 1 Mar 2012 02:04:56 +0100 Subject: Tests for module 'cbrtf'. * modules/cbrtf-tests: New file. * tests/test-cbrtf.c: New file. --- modules/cbrtf-tests | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 modules/cbrtf-tests (limited to 'modules/cbrtf-tests') 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@ -- cgit v1.2.1