aboutsummaryrefslogtreecommitdiffstats
path: root/test/arguments
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-07-27 16:18:22 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-07-27 16:18:22 -0400
commit84e3dce3c2c0712d50656506268a7ce49221bfd3 (patch)
treeb768de98f4a3da922daf51d514fb48321a3facfb /test/arguments
parentfixed faudit compile problem for non-intel platforms (diff)
downloadfirejail-84e3dce3c2c0712d50656506268a7ce49221bfd3.tar.gz
firejail-84e3dce3c2c0712d50656506268a7ce49221bfd3.tar.zst
firejail-84e3dce3c2c0712d50656506268a7ce49221bfd3.zip
added Makefile to test/arguments
Diffstat (limited to 'test/arguments')
-rw-r--r--test/arguments/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/arguments/Makefile b/test/arguments/Makefile
new file mode 100644
index 000000000..3ccab3702
--- /dev/null
+++ b/test/arguments/Makefile
@@ -0,0 +1,13 @@
1all: argtest
2
3argtest: main.c
4 gcc -o argtest main.c
5
6clean:; rm -f argtest; rm -fr symtest; rm -f out out.*
7
8install:;install -c -m 0755 argtest /usr/local/bin/argtest
9
10uninstall:; rm -f /usr/local/bin/argtest
11
12
13test:; ./arguments.sh | grep TESTING