commit | bee8a460a555b6a1dc55543974b1e5b485f2329c | [log] [tgz] |
---|---|---|
author | AlexanderSaydakov <AlexanderSaydakov@users.noreply.github.com> | Fri Dec 17 11:49:38 2021 -0800 |
committer | AlexanderSaydakov <AlexanderSaydakov@users.noreply.github.com> | Fri Dec 17 11:49:38 2021 -0800 |
tree | 8d52f90a74a235ef87985900e32a91dd8435b608 | |
parent | 22e0e0c10a1282d8e3f02c21f8fa2a8694115913 [diff] |
added build target before test
diff --git a/README.md b/README.md index 1819d32..7607ac0 100644 --- a/README.md +++ b/README.md
@@ -26,7 +26,7 @@ ``` $ cmake -S . -B build/Release -DCMAKE_BUILD_TYPE=Release - $ cmake --build build/Release -t test + $ cmake --build build/Release -t all test ``` Building and running unit tests using cmake for Windows from the command line: