summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-04-24 06:32:15 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-04-24 06:32:15 -0400
commit020c5449036c461ea1829e854da43429322059d6 (patch)
tree46ca4f358fcc1c50be77586ccdb0e02170d81e1d /Makefile.in
parenttesting (diff)
downloadfirejail-020c5449036c461ea1829e854da43429322059d6.tar.gz
firejail-020c5449036c461ea1829e854da43429322059d6.tar.zst
firejail-020c5449036c461ea1829e854da43429322059d6.zip
testing
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index c93fc401d..da339b7ed 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -282,5 +282,8 @@ test-firemon:
282test-utils: 282test-utils:
283 cd test/utils; ./utils.sh | grep TESTING 283 cd test/utils; ./utils.sh | grep TESTING
284 284
285test: test-profiles test-utils test-apps test-apps-x11 test-firemon 285test-environment:
286 cd test/environment; ./environment.sh | grep TESTING
287
288test: test-profiles test-utils test-environment test-apps test-apps-x11 test-firemon
286 echo "TEST COMPLETE" 289 echo "TEST COMPLETE"