summaryrefslogtreecommitdiff
path: root/Examples/test-suite/matlab/Makefile.in
diff options
context:
space:
mode:
authorjgillis <joris.gillis42@gmail.com>2015-07-01 16:54:19 +0200
committerjgillis <joris.gillis42@gmail.com>2015-07-01 16:54:19 +0200
commit64eb0dd93194f02eabb6ff87bc4a7cbdd710f94c (patch)
tree12302872dbc583ba9b7e40fd4a38740ecf6a43c3 /Examples/test-suite/matlab/Makefile.in
parentd3315ebb651262aea50818088c32489c5ab7e99a (diff)
downloadswig-64eb0dd93194f02eabb6ff87bc4a7cbdd710f94c.tar.gz
[MATLAB] Making sure testsuite finds the run scripts
Diffstat (limited to 'Examples/test-suite/matlab/Makefile.in')
-rw-r--r--Examples/test-suite/matlab/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/test-suite/matlab/Makefile.in b/Examples/test-suite/matlab/Makefile.in
index ef9d4942a..028c040de 100644
--- a/Examples/test-suite/matlab/Makefile.in
+++ b/Examples/test-suite/matlab/Makefile.in
@@ -95,7 +95,7 @@ include $(srcdir)/../common.mk
# Runs the testcase. A testcase is only run if
# a file is found which has _runme.m appended after the testcase name.
run_testcase = \
- if [ -f $(SCRIPTDIR)/$(SCRIPTPREFIX)$*$(SCRIPTSUFFIX) ]; then \
+ if [ -f $(SCRIPTDIR)/$(SCRIPTPREFIX)$*$(SCRIPTSUFFIX).m ]; then \
RUNSCRIPT="\
try; \
$(SCRIPTPREFIX)$*$(SCRIPTSUFFIX); \