From c8923eb01b6cab01c5d865a6fd66131a6d9c47bb Mon Sep 17 00:00:00 2001 From: Russell Yanofsky Date: Tue, 3 Mar 2020 19:51:57 -0500 Subject: [PATCH] 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 540da997..75e787e4 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ mkdir build cd build cmake .. make -make test +make all test make install ```