scilab: copy test-suite start and quit scripts
This commit is contained in:
parent
4bfbe20e52
commit
37c7aeb9d4
1 changed files with 6 additions and 0 deletions
|
|
@ -60,6 +60,12 @@ setup = \
|
|||
fi; \
|
||||
if [ ! -d $(TEST_DIR) ]; then \
|
||||
mkdir $(TEST_DIR); \
|
||||
fi; \
|
||||
if [ ! -f $(SCRIPTDIR)/swigtest.start ]; then \
|
||||
cp $(top_srcdir)/$(EXAMPLES)/$(TEST_SUITE)/scilab/swigtest.start $(SCRIPTDIR); \
|
||||
fi; \
|
||||
if [ ! -f $(SCRIPTDIR)/swigtest.quit ]; then \
|
||||
cp $(top_srcdir)/$(EXAMPLES)/$(TEST_SUITE)/scilab/swigtest.quit $(SCRIPTDIR); \
|
||||
fi
|
||||
|
||||
# Runs the testcase. A testcase is only run if
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue