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