* standalone/test-round.c: New file, exercising scm_round.
authorKevin Ryde <user42@zip.com.au>
Wed, 21 Apr 2004 23:59:04 +0000 (23:59 +0000)
committerKevin Ryde <user42@zip.com.au>
Wed, 21 Apr 2004 23:59:04 +0000 (23:59 +0000)
* standalone/Makefile.am: Add it.

test-suite/standalone/Makefile.am

index 629bec6..3c62f9f 100644 (file)
@@ -32,6 +32,12 @@ test_num2integral_LDADD = ${top_builddir}/libguile/libguile.la
 check_PROGRAMS += test-num2integral
 TESTS += test-num2integral
 
+# test-round
+test_round_CFLAGS = ${test_cflags}
+test_round_LDADD = ${top_builddir}/libguile/libguile.la
+check_PROGRAMS += test-round
+TESTS += test-round
+
 # test-gh
 test_gh_SOURCES = test-gh.c
 test_gh_CFLAGS = ${test_cflags}