summaryrefslogtreecommitdiff
path: root/src/libnm-client-test/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/libnm-client-test/README.md')
-rw-r--r--src/libnm-client-test/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/libnm-client-test/README.md b/src/libnm-client-test/README.md
new file mode 100644
index 0000000000..f06220b47a
--- /dev/null
+++ b/src/libnm-client-test/README.md
@@ -0,0 +1,11 @@
+libnm-client-test
+=================
+
+A static helper library that is used by unit tests
+on top of libnm. Mostly it's D-Bus helpers.
+
+It has no purpose in non-test code.
+
+Unit tests may not dynamically link with libnm. They
+may also statically link with the relevant parts of libnm,
+and still be able to use this helper.