scilab: debug travis
This commit is contained in:
parent
37c7aeb9d4
commit
18d080fefb
2 changed files with 10 additions and 0 deletions
|
|
@ -35,6 +35,10 @@ SRCDIR = ../$(srcdir)/
|
|||
TEST_DIR = $*.dir
|
||||
RUNME_SCRIPT = $(SCRIPTDIR)/$(SCRIPTPREFIX)$*$(SCRIPTSUFFIX)
|
||||
|
||||
$(warning srcdir = "$(srcdir)" abspath = "$(abspath $(srcdir))")
|
||||
$(warning SRCDIR = "$(SRCDIR)" abspath = "$(abspath $(SRCDIR))")
|
||||
$(warning SCRIPTDIR = "$(SCRIPTDIR)" abspath = "$(abspath $(SCRIPTDIR))")
|
||||
|
||||
# Rules for the different types of tests
|
||||
%.cpptest:
|
||||
$(setup)
|
||||
|
|
|
|||
|
|
@ -1,3 +1,9 @@
|
|||
disp("pwd()");
|
||||
disp(pwd());
|
||||
|
||||
disp("ls()");
|
||||
disp(ls());
|
||||
|
||||
exec("swigtest.start", -1);
|
||||
|
||||
// Check passing by value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue