scilab: remove travis debug
This commit is contained in:
parent
caaba294d6
commit
02f0b5ccd0
1 changed files with 2 additions and 6 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue