diff options
Diffstat (limited to 'test/direct_bt/README.txt')
-rw-r--r-- | test/direct_bt/README.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/direct_bt/README.txt b/test/direct_bt/README.txt new file mode 100644 index 00000000..d49b9045 --- /dev/null +++ b/test/direct_bt/README.txt @@ -0,0 +1,11 @@ +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. + + |