[vlc-commits] keystore test: add comment

Thomas Guillem git at videolan.org
Tue Feb 2 18:02:28 CET 2016


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Tue Feb  2 18:01:05 2016 +0100| [13fffefd135e204d2af706ce698f3216d709b00b] | committer: Thomas Guillem

keystore test: add comment

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=13fffefd135e204d2af706ce698f3216d709b00b
---

 test/modules/keystore/test.c |    7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/test/modules/keystore/test.c b/test/modules/keystore/test.c
index 13b0434..45ef74f 100644
--- a/test/modules/keystore/test.c
+++ b/test/modules/keystore/test.c
@@ -34,6 +34,13 @@
 #undef NDEBUG
 #include <assert.h>
 
+/*
+ * Build and exec all keystore tests:
+ * $ cd vlc/build-<name>/test
+ * $ make test_modules_keystore
+ * $ ./test_modules_keystore -a
+ */
+
 static const struct
 {
     const char *psz_module;



More information about the vlc-commits mailing list