aboutsummaryrefslogtreecommitdiffstats
path: root/test/arguments/readme
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-07-25 12:29:00 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-07-25 12:29:00 -0400
commit23bd0c41457262e7ef5223a187e3c15e44be039c (patch)
treecfecd32023600b289099aca58fab53f0f3fcdb48 /test/arguments/readme
parentMerge pull request #646 from reinerh/master (diff)
downloadfirejail-23bd0c41457262e7ef5223a187e3c15e44be039c.tar.gz
firejail-23bd0c41457262e7ef5223a187e3c15e44be039c.tar.zst
firejail-23bd0c41457262e7ef5223a187e3c15e44be039c.zip
argument subsystem testing framework
Diffstat (limited to 'test/arguments/readme')
-rw-r--r--test/arguments/readme9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/arguments/readme b/test/arguments/readme
new file mode 100644
index 000000000..f5844848e
--- /dev/null
+++ b/test/arguments/readme
@@ -0,0 +1,9 @@
1Argument testing fremework for Firejail.
2
3A small test program, argtest, is compiled and installed in /usr/local/bin directory.
4Run "make && sudo make install" to install it.
5
6Run "make test" to run the tests.
7
8Run "make uninstall" to remove the test program.
9