Commit 6552ba07 authored by Bartosz Podrygajlo's avatar Bartosz Podrygajlo

Add GoogleTest note to UnitTests.md

parent 1331ed15
...@@ -8,8 +8,9 @@ explaining how to test with cmake and ctest; it is a suggested read, and the ...@@ -8,8 +8,9 @@ explaining how to test with cmake and ctest; it is a suggested read, and the
following just lists the main points of how to compile the tests and how to add following just lists the main points of how to compile the tests and how to add
new ones. new ones.
At the time of writing, only the NR RLC tests have been integrated. The author GoogleTest is a C++ unit testing framework that has been added as an external dependency. While using GoogleTest is not a requirement it can simplify writing unit tests.
hopes that more tests follow suit. See [primer](http://google.github.io/googletest/primer.html) for a quick introduction. To add it to your test executable link against
`GTest::gtest` or `GTest::gtest_main`.
# How to compile tests # How to compile tests
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment