scilab: fix test-suite copy runme script
This commit is contained in:
parent
4d5ea3e073
commit
41fe55af87
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ $(warning SCRIPTDIR = "$(SCRIPTDIR)" abspath = "$(abspath $(SCRIPTDIR))")
|
|||
setup = \
|
||||
if [ -f $(RUNME_SCRIPT) ]; then \
|
||||
echo "$(ACTION)ing testcase $* (with run test) under $(LANGUAGE)" ; \
|
||||
cp $(srcdir)/$(SCRIPTDIR)/$(SCRIPTPREFIX)$*$(SCRIPTSUFFIX) $(SCRIPTDIR); \
|
||||
cp $(srcdir)/$(SCRIPTPREFIX)$*$(SCRIPTSUFFIX) $(SCRIPTDIR); \
|
||||
if [ ! -f $(SCRIPTDIR)/swigtest.start ]; then \
|
||||
cp $(srcdir)/swigtest.start $(SCRIPTDIR); \
|
||||
fi; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue