(Arne Babenhauserheide)
2014-11-06: move the guile-preprocessor tests on make check. move the guile-preprocessor tests on make check.
diff --git a/Makefile.am b/Makefile.am --- a/Makefile.am +++ b/Makefile.am @@ -20,9 +20,9 @@ input.in.intermediate: ${wisp_SOURCES} @abs_top_srcdir@/bootstrap.sh @abs_top_srcdir@ @guile@ @python3@ 2>&1 | sed "s/^;;;.*//" 2>&1 | grep . 1>&2 ; test ! $$? -eq 0 # grep did not find anything .PHONY: syntaxtests.sh -syntaxtests.sh : wisp.scm runtests.sh +syntaxtests.sh : wisp.scm tests/runtests-scheme-preprocessor.sh echo '#!/bin/bash' > @abs_top_builddir@/$@ - echo @abs_top_srcdir@/runtests.sh @abs_top_srcdir@ @abs_top_builddir@ >> @abs_top_builddir@/$@ + echo @abs_top_srcdir@/tests/runtests-scheme-preprocessor.sh @abs_top_srcdir@ @abs_top_builddir@ >> @abs_top_builddir@/$@ chmod +x @abs_top_builddir@/$@ .PHONY: syntaxtestsreader.sh diff --git a/runtests.sh b/tests/runtests-scheme-preprocessor.sh rename from runtests.sh rename to tests/runtests-scheme-preprocessor.sh