fix typo ("tests" -> "test")

This commit is contained in:
Florian Heiderich
2019-04-28 20:33:29 +02:00
committed by Paul Beckingham
parent 8ebf79e1df
commit 3ec8ace7d1

View File

@@ -20,7 +20,7 @@
``` ```
## Running Test Suite: ## Running Test Suite:
``` ```
$ cd tests $ cd test
$ make VERBOSE=1 # Shows details $ make VERBOSE=1 # Shows details
$ ./run_all # Runs all tests silently > all.log $ ./run_all # Runs all tests silently > all.log
$ ./problems # Enumerate test failures in all.log $ ./problems # Enumerate test failures in all.log