Skip to content

Commit

Permalink
git test
Browse files Browse the repository at this point in the history
mnentwig committed Oct 17, 2022
1 parent 0a04d22 commit 0e9188f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exampleAndSelftest.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
function exampleAndSelftest()
% the main purpose of this file is to exercise all functions.
% the main purpose of this file is to exercise all functions.

% convert selftest sample file twice into 'out' folder
system('STDFoo.exe out testcaseSmall.stdf.gz testcaseSmall.stdf.gz');
@@ -66,4 +66,4 @@ function exampleAndSelftest()
assert(prod(indexInFile == [1:n/2, 1:n/2].') == 1);

disp('all tests passed');
end
end

0 comments on commit 0e9188f

Please sign in to comment.