Skip to content

Commit

Permalink
Rename runtests.m to runwstests.m
Browse files Browse the repository at this point in the history
to avoid overwriting the MATLAB runtests function
  • Loading branch information
jebej committed Jan 20, 2021
1 parent 3af1ed7 commit 7454ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.m → test/runwstests.m
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function runtests( TEST_SSL )
function runwstests( TEST_SSL )
%RUNTESTS These tests need the example folder to be on the path to work
if nargin==0; TEST_SSL = 0; end

Expand Down

0 comments on commit 7454ab1

Please sign in to comment.