scilab: fix test-suite: change to test dir before running test
This commit is contained in:
parent
2aabb4527e
commit
9fc32cb866
1 changed files with 3 additions and 3 deletions
|
|
@ -42,17 +42,17 @@ SRC_RUNME_SCRIPT = $(srcdir)/$(SCRIPTPREFIX)$*$(SCRIPTSUFFIX)
|
|||
%.cpptest:
|
||||
$(setup)
|
||||
+(cd $(TEST_DIR) && $(swig_and_compile_cpp))
|
||||
$(run_testcase)
|
||||
cd $(TEST_DIR) && $(run_testcase)
|
||||
|
||||
%.ctest:
|
||||
$(setup)
|
||||
+(cd $(TEST_DIR) && $(swig_and_compile_c))
|
||||
$(run_testcase)
|
||||
cd $(TEST_DIR) && $(run_testcase)
|
||||
|
||||
%.multicpptest:
|
||||
$(setup)
|
||||
+(cd $(TEST_DIR) && $(swig_and_compile_multi_cpp))
|
||||
$(run_testcase)
|
||||
cd $(TEST_DIR) && $(run_testcase)
|
||||
|
||||
# Logs the test case execution
|
||||
# Copies files and creates directories needed for the test case
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue