diff --git a/DEVELOPER.md b/DEVELOPER.md index bc8ead41e..f2f62ce33 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -20,7 +20,7 @@ ``` ## Running Test Suite: ``` - $ cd tests + $ cd test $ make VERBOSE=1 # Shows details $ ./run_all # Runs all tests silently > all.log $ ./problems # Enumerate test failures in all.log