firejail/test/arguments
2016-08-22 11:31:08 -04:00
..
arguments.sh Build argtest if it doesn't exist 2016-07-29 21:40:58 +02:00
bashrun.exp argument subsystem testing framework 2016-07-25 12:29:00 -04:00
bashrun.sh argument subsystem testing framework 2016-07-25 12:29:00 -04:00
joinrun.exp argument subsystem testing framework 2016-07-25 12:29:00 -04:00
joinrun.sh argument subsystem testing framework 2016-07-25 12:29:00 -04:00
main.c argument subsystem testing framework 2016-07-25 12:29:00 -04:00
Makefile added Makefile to test/arguments 2016-07-27 16:18:22 -04:00
outrun.exp argument subsystem testing framework 2016-07-25 12:29:00 -04:00
outrun.sh argument subsystem testing framework 2016-07-25 12:29:00 -04:00
readme testing 2016-08-22 11:31:08 -04:00
symrun.exp Run correct shell script during test 2016-07-29 23:01:38 +02:00
symrun.sh Look for argtest in test directory to not require it being installed 2016-07-29 23:22:14 +02:00

Argument testing fremework for Firejail.

A small test program, argtest, is compiled and installed in /usr/local/bin directory.
Run "make && sudo make install" to install it.

Run "make test" to run the tests.

Run "sudo make uninstall" to remove the test program.