scilab: debug travis

This commit is contained in:
Simon Marchetto 2014-06-10 09:53:43 +02:00
commit 18d080fefb
2 changed files with 10 additions and 0 deletions

View file

@ -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)

View file

@ -1,3 +1,9 @@
disp("pwd()");
disp(pwd());
disp("ls()");
disp(ls());
exec("swigtest.start", -1);
// Check passing by value