diff options
Diffstat (limited to '')
-rw-r--r-- | test/README | 4 | ||||
-rw-r--r-- | test/README.vars | 3 |
2 files changed, 7 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. diff --git a/test/README.vars b/test/README.vars new file mode 100644 index 000000000..2157d9497 --- /dev/null +++ b/test/README.vars @@ -0,0 +1,3 @@ +Environment variables in VCL: + +LO_TEST_LOCALE - the locale to be used during unit tests. Defaults to en-US. |