mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-23 13:00:34 +02:00
* standalone/test-round.c: New file, exercising scm_round.
* standalone/Makefile.am: Add it.
This commit is contained in:
parent
370b8399a8
commit
be4381fade
1 changed files with 6 additions and 0 deletions
|
@ -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}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue