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

@ -1,6 +1,8 @@
# see top-level Makefile.in
constants
simple
port
simple
std_vector
matrix
multimap
multivalue

View file

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

View file

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