1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-23 21:10:29 +02:00

* standalone/test-round.c: New file, exercising scm_round.

* standalone/Makefile.am: Add it.
This commit is contained in:
Kevin Ryde 2004-04-21 23:59:04 +00:00
parent 370b8399a8
commit be4381fade

View file

@ -32,6 +32,12 @@ test_num2integral_LDADD = ${top_builddir}/libguile/libguile.la
check_PROGRAMS += test-num2integral check_PROGRAMS += test-num2integral
TESTS += 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
test_gh_SOURCES = test-gh.c test_gh_SOURCES = test-gh.c
test_gh_CFLAGS = ${test_cflags} test_gh_CFLAGS = ${test_cflags}