summaryrefslogtreecommitdiff
path: root/debian/check.m
blob: 632b0fe4252865a95a08c4ee7af55c034433a0fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# run the tests in the test directory (that is, files that start with 'test_'
# only run tests that do not require network access for downloading files
cd test

# No for-loop, as the test files call clean()
file = 'test_mex_accuracy.m';
disp(['Testing ', file]);
source(file);

file = 'test_train_sc.m';
disp(['Testing ', file]);
source(file);

%file = 'test_xptopen.m';
%disp(['Testing ', file]);
%source(file);

file = 'test_xval.m';
disp(['Testing ', file]);
source(file);