Guile example makefiles - run some of the examples in the check target.

Still some are missing. Add some missing examples to check.list.
This commit is contained in:
William S Fulton 2013-04-20 00:02:23 +01:00
commit 13b66c997e
3 changed files with 5 additions and 1 deletions

View file

@ -4,6 +4,7 @@ IFILE = package.i
MKDIR = ..
check: build
./$(TARGET) -e do-test -s matrix.scm
build:
$(MAKE) -f $(MKDIR)/Makefile \