Added test-conversion to the TESTS.
authorMarius Vollmer <mvo@zagadka.de>
Tue, 6 Jul 2004 13:13:14 +0000 (13:13 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Tue, 6 Jul 2004 13:13:14 +0000 (13:13 +0000)
test-suite/standalone/Makefile.am

index 3c62f9f..9c332c6 100644 (file)
@@ -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}