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:
parent
303b319cf0
commit
13b66c997e
3 changed files with 5 additions and 1 deletions
|
|
@ -1,6 +1,8 @@
|
|||
# see top-level Makefile.in
|
||||
constants
|
||||
simple
|
||||
port
|
||||
simple
|
||||
std_vector
|
||||
matrix
|
||||
multimap
|
||||
multivalue
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ IFILE = package.i
|
|||
MKDIR = ..
|
||||
|
||||
check: build
|
||||
./$(TARGET) -e do-test -s matrix.scm
|
||||
|
||||
build:
|
||||
$(MAKE) -f $(MKDIR)/Makefile \
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ IFILE = port.i
|
|||
MKDIR = ..
|
||||
|
||||
check: build
|
||||
./$(TARGET) -s port.scm
|
||||
|
||||
build:
|
||||
$(MAKE) -f $(MKDIR)/Makefile \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue