Fix test run instructions

As reported by ReiTW
This commit is contained in:
Dennis Felsing 2022-02-21 09:46:01 +01:00
parent 4581233882
commit 8787bbc2ce

View file

@ -130,7 +130,7 @@ sudo cmake CMakeLists.txt
sudo make -j8
# copy or symlink libgtest.a and libgtest_main.a to your /usr/lib folder
sudo cp *.a /usr/lib
sudo cp lib/*.a /usr/lib
```
To run the tests you must target `run_tests` with make: