Skip to content
2 changes: 1 addition & 1 deletion tests/runTests.m
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function results = runtests(pth)
function results = runTests(pth)
% Run tests
% List all the 'test_*.m' files located in the same directory as this
% function, run them and keep track of how many passed, failed or are
Expand Down