Skip to content

Commit

Permalink
disabled tests on GetMD5
Browse files Browse the repository at this point in the history
  • Loading branch information
sg-s committed Nov 27, 2018
1 parent ed14164 commit 980ff74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion @xolotl/run_all_tests.m
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
cpplab.rebuildCache;

% compile GetMD5
ok = InstallMex('GetMD5.c', 'uTest_GetMD5');
ok = InstallMex('GetMD5.c');

this_dir = fileparts(fileparts(which(mfilename)));
all_tests = dir(joinPath(this_dir,'examples','demo*.m'));
Expand Down

0 comments on commit 980ff74

Please sign in to comment.