Skip to content

Commit

Permalink
#63 - Updated readme with info about mocks.
Browse files Browse the repository at this point in the history
  • Loading branch information
PerMalmberg committed Aug 18, 2019
1 parent 4de738b commit 1537e8b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,8 @@ it to your project root, you are encouraged to adjust it to your specific needs
Please see the the different test projects under the test folder. When compiling these, open the
root of the repo as a CMake project. Select the project you wish to build by setting `selected_test_project`
in the top `CMakeLists.txt`. **You will likely have to re-generate your build files after changing the selection.**

## Running on Linux

Most I/O classes are replaced with mocks when built for Linux. As such you application may compile and run, but do
not expect actual functionality from the mocks.

0 comments on commit 1537e8b

Please sign in to comment.