summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-04-24 06:49:25 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-04-24 06:49:25 -0400
commit46113d48c480249363081ce75086d275948bd644 (patch)
tree5c78867f8f9cdc0900d8b855d5cfa9ca5e4ae34f /Makefile.in
parenttesting (diff)
downloadfirejail-46113d48c480249363081ce75086d275948bd644.tar.gz
firejail-46113d48c480249363081ce75086d275948bd644.tar.zst
firejail-46113d48c480249363081ce75086d275948bd644.zip
testing
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index 4f777583c..d33ff0aff 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -277,14 +277,11 @@ test-apps:
277test-apps-x11: 277test-apps-x11:
278 cd test/apps-x11; ./apps-x11.sh | grep TESTING 278 cd test/apps-x11; ./apps-x11.sh | grep TESTING
279 279
280test-firemon:
281 cd test/firemon; ./firemon.sh | grep TESTING
282
283test-utils: 280test-utils:
284 cd test/utils; ./utils.sh | grep TESTING 281 cd test/utils; ./utils.sh | grep TESTING
285 282
286test-environment: 283test-environment:
287 cd test/environment; ./environment.sh | grep TESTING 284 cd test/environment; ./environment.sh | grep TESTING
288 285
289test: test-profiles test-utils test-environment test-apps test-apps-x11 test-firemon 286test: test-profiles test-utils test-environment test-apps test-apps-x11
290 echo "TEST COMPLETE" 287 echo "TEST COMPLETE"