summaryrefslogtreecommitdiff
path: root/debian/check.m
diff options
context:
space:
mode:
Diffstat (limited to 'debian/check.m')
-rw-r--r--debian/check.m4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/check.m b/debian/check.m
index 632b0fe..63a586a 100644
--- a/debian/check.m
+++ b/debian/check.m
@@ -2,7 +2,11 @@
# only run tests that do not require network access for downloading files
cd test
+function clear(varargin)
+endfunction
+
# No for-loop, as the test files call clean()
+
file = 'test_mex_accuracy.m';
disp(['Testing ', file]);
source(file);