vlc | branch: master | Thomas Guillem <[email protected]> | 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; _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
