fix typo ("tests" -> "test")
This commit is contained in:
committed by
Paul Beckingham
parent
8ebf79e1df
commit
3ec8ace7d1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user