diff --git a/test-suite/standalone/Makefile.am b/test-suite/standalone/Makefile.am index 629bec662..3c62f9fc3 100644 --- a/test-suite/standalone/Makefile.am +++ b/test-suite/standalone/Makefile.am @@ -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}