Skip to content

Commit c8923eb

Browse files
committed
Update make test command in readme
Avoid "not run" test error due to test not being built: The following tests FAILED: 1 - mptest (Not Run) Errors while running CTest https://stackoverflow.com/questions/733475/cmake-ctest-make-test-doesnt-build-tests
1 parent 4d78645 commit c8923eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ mkdir build
4343
cd build
4444
cmake ..
4545
make
46-
make test
46+
make all test
4747
make install
4848
```
4949

0 commit comments

Comments
 (0)