From 3ec8ace7d1dc9841799ee43bcac4bd1df0815b9c Mon Sep 17 00:00:00 2001 From: Florian Heiderich Date: Sun, 28 Apr 2019 20:33:29 +0200 Subject: [PATCH] fix typo ("tests" -> "test") --- DEVELOPER.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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