diff options
Diffstat (limited to 'test/README.md')
-rw-r--r-- | test/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/README.md b/test/README.md new file mode 100644 index 0000000000..0845e3f735 --- /dev/null +++ b/test/README.md @@ -0,0 +1,4 @@ +# Test Harness Code for C++ Unit Testing + +Many of these tests are run during the build process. In that case on +unix, if a test fails follow the error messages to debug it under `gdb`. |