summaryrefslogtreecommitdiff
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 000000000000..dc0afd80a8d9
--- /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.