summaryrefslogtreecommitdiffstats
path: root/test/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/README.md')
-rw-r--r--test/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/README.md b/test/README.md
new file mode 100644
index 000000000..0845e3f73
--- /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`.