aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-11-18 08:39:02 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2017-11-18 08:39:02 -0500
commitead4ec3089b97eda1b438da248caf76f169345ad (patch)
tree31bc22bcba4e6530b5f0daba3f332702efa7a4b9 /Makefile.in
parentConsistent home directory nomenclature (diff)
downloadfirejail-ead4ec3089b97eda1b438da248caf76f169345ad.tar.gz
firejail-ead4ec3089b97eda1b438da248caf76f169345ad.tar.zst
firejail-ead4ec3089b97eda1b438da248caf76f169345ad.zip
netfilter template support
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 9334d8608..d11d537bc 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -276,10 +276,13 @@ test-fs:
276test-fcopy: 276test-fcopy:
277 cd test/fcopy; ./fcopy.sh | grep TESTING 277 cd test/fcopy; ./fcopy.sh | grep TESTING
278 278
279test: test-profiles test-private-lib test-fcopy test-fs test-utils test-sysutils test-environment test-apps test-apps-x11 test-apps-x11-xorg test-filters test-arguments 279test-fnetfilter:
280 cd test/fnetfilter; ./fnetfilter.sh | grep TESTING
281
282test: test-profiles test-private-lib test-fcopy test-fnetfilter test-fs test-utils test-sysutils test-environment test-apps test-apps-x11 test-apps-x11-xorg test-filters test-arguments
280 echo "TEST COMPLETE" 283 echo "TEST COMPLETE"
281 284
282test-travis: test-profiles test-fcopy test-fs test-utils test-sysutils test-environment test-filters test-arguments 285test-travis: test-profiles test-fcopy test-fnetfilter test-fs test-utils test-sysutils test-environment test-filters test-arguments
283 echo "TEST COMPLETE" 286 echo "TEST COMPLETE"
284 287
285########################################## 288##########################################