1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-30 06:50:31 +02:00

Added test-conversion to the TESTS.

This commit is contained in:
Marius Vollmer 2004-07-06 13:13:14 +00:00
parent 9cb7d02b42
commit 2aac7a4825

View file

@ -62,6 +62,13 @@ test_unwind_LDADD = ${top_builddir}/libguile/libguile.la
check_PROGRAMS += test-unwind check_PROGRAMS += test-unwind
TESTS += 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: all-local:
cd ${srcdir} && chmod u+x ${check_SCRIPTS} cd ${srcdir} && chmod u+x ${check_SCRIPTS}