summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mack <daniel@zonque.org>2015-01-12 15:19:36 +0100
committerDaniel Mack <daniel@zonque.org>2015-01-12 15:19:36 +0100
commit9260c1c096f53aa3ed57ef9e0ab53680a851472e (patch)
tree6f9731b38ee8c3862d07ba8e815c49d9f899f2d0
parentc8bbce68c0ea2cabfe52ab7481191f93ac3e9fce (diff)
downloadkdbus-bus-9260c1c096f53aa3ed57ef9e0ab53680a851472e.tar.gz
kdbus-bus-9260c1c096f53aa3ed57ef9e0ab53680a851472e.tar.bz2
kdbus-bus-9260c1c096f53aa3ed57ef9e0ab53680a851472e.zip
Changelog: document kdbus-test --tap
Signed-off-by: Daniel Mack <daniel@zonque.org>
-rw-r--r--Changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 262bad1f527..96c5c55f02c 100644
--- a/Changelog
+++ b/Changelog
@@ -72,6 +72,10 @@ since v2:
* Test case fix for 32bit archs
+ * The test framework learned a --tap command line parameter to
+ format its output in the "Test Anything Protocol". This format
+ is chosen by default when "make kselftest" is invoked.
+
* Fixed buses and custom endpoints name validation, reported by
Andy Lutomirski.