scilab: remove travis debug

This commit is contained in:
Simon Marchetto 2014-06-10 17:27:49 +02:00
commit 02f0b5ccd0

View file

@ -28,20 +28,16 @@ CPP_STD_TEST_CASES += \
include $(srcdir)/../common.mk
# overriden variables
# Overriden variables
SRCDIR = ../$(srcdir)/
SCRIPTDIR = .
INCLUDES = $(abspath $(srcdir)/..)
# local variables
# Local variables
TEST_DIR = $*.dir
RUNME_SCRIPT = $(SCRIPTDIR)/$(SCRIPTPREFIX)$*$(SCRIPTSUFFIX)
SRC_RUNME_SCRIPT = $(srcdir)/$(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)