Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Corrected call for ctest.
  • Loading branch information
przemek83 authored Jul 12, 2024
1 parent 3b7b533 commit 3c4fd2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ For testing of code logic, there is a responsible `Catch2` framework. As it is w

As an alternative, CTest can be used to run tests (performance tests switched on):

$ CTest
$ ctest
Test project <build path>\test
Start 1: Catching
1/7 Test #1: Catching ......................... Passed 0.03 sec
Expand All @@ -292,4 +292,4 @@ As an alternative, CTest can be used to run tests (performance tests switched on
* Measure and increase test coverage.
* Setup static analysis (CppCheck, Clang Tidy, Clazy).
* Make the size of the genome configurable (use something different from std::bitset).
* Simplify the generation of results. Currently, it is somewhat complex and advanced.
* Simplify the generation of results. Currently, it is somewhat complex and advanced.

0 comments on commit 3c4fd2b

Please sign in to comment.