mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-29 22:40:34 +02:00
Added test-conversion to the TESTS.
This commit is contained in:
parent
9cb7d02b42
commit
2aac7a4825
1 changed files with 7 additions and 0 deletions
|
@ -62,6 +62,13 @@ test_unwind_LDADD = ${top_builddir}/libguile/libguile.la
|
|||
check_PROGRAMS += test-unwind
|
||||
TESTS += test-unwind
|
||||
|
||||
# test-conversion
|
||||
test_conversion_SOURCES = test-conversion.c
|
||||
test_conversion_CFLAGS = ${test_cflags}
|
||||
test_conversion_LDADD = ${top_builddir}/libguile/libguile.la
|
||||
check_PROGRAMS += test-conversion
|
||||
TESTS += test-conversion
|
||||
|
||||
all-local:
|
||||
cd ${srcdir} && chmod u+x ${check_SCRIPTS}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue