diff options
author | Sven Gothel <[email protected]> | 2021-01-25 08:02:00 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2021-01-25 08:02:00 +0100 |
commit | 481058a6343a5b2c2aecea8323425e3199643ae2 (patch) | |
tree | 211b95602333b40e0b8c15ea46f1460b7d6b4d95 /test/README.txt | |
parent | 1b02c95d3e94ef0ffc4741db218c4819b3d1491e (diff) |
test/README.txt: Remove remarks to 'poor testing' and cppunit. We use Catch2 and focus on testing now.
Diffstat (limited to 'test/README.txt')
-rw-r--r-- | test/README.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/README.txt b/test/README.txt index d49b904..300a2fc 100644 --- a/test/README.txt +++ b/test/README.txt @@ -1,11 +1,5 @@ -Rudimentary unit testing for our direct_bt -using the very flat cppunit <https://github.com/cppunit/cppunit.git>. - -The 'cppunit.h' file has been dropped to: ${PROJECT_SOURCE_DIR}/include/cppunit/cppunit.h - After a normal build, you may invoke testing via 'ctest' To see the normal test stdout/stderr, invoke 'ctest -V'. -Sadly I haven't seen a way to inject this into the CMakeLists.txt file. |