diff options
Diffstat (limited to 'tests/functional/test-libstoreconsumer/README.md')
-rw-r--r-- | tests/functional/test-libstoreconsumer/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/functional/test-libstoreconsumer/README.md b/tests/functional/test-libstoreconsumer/README.md new file mode 100644 index 000000000..ded69850f --- /dev/null +++ b/tests/functional/test-libstoreconsumer/README.md @@ -0,0 +1,6 @@ + +A very simple C++ consumer of the libstore library. + + - Keep it simple. Library consumers expect something simple. + - No build hook, or any other reinvocations. + - No more global state than necessary. |