aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar Reiner Herrmann <reiner@reiner-h.de>2017-08-29 19:23:28 +0200
committerLibravatar Reiner Herrmann <reiner@reiner-h.de>2017-08-29 19:23:28 +0200
commitfc345a7ff02822c27709e30be1ca34e5cfdd4b60 (patch)
tree57ac03896b7cd0fa07d3bb652edc509899a23362 /Makefile.in
parentpidstr needs 11 bytes (10 + NULL) (diff)
downloadfirejail-fc345a7ff02822c27709e30be1ca34e5cfdd4b60.tar.gz
firejail-fc345a7ff02822c27709e30be1ca34e5cfdd4b60.tar.zst
firejail-fc345a7ff02822c27709e30be1ca34e5cfdd4b60.zip
run sysutils tests in test target
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 442766e27..2efe3d0b9 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -269,10 +269,10 @@ test-fs:
269test-fcopy: 269test-fcopy:
270 cd test/fcopy; ./fcopy.sh | grep TESTING 270 cd test/fcopy; ./fcopy.sh | grep TESTING
271 271
272test: test-profiles test-fcopy test-fs test-utils test-environment test-apps test-apps-x11 test-apps-x11-xorg test-filters test-arguments 272test: test-profiles test-fcopy test-fs test-utils test-sysutils test-environment test-apps test-apps-x11 test-apps-x11-xorg test-filters test-arguments
273 echo "TEST COMPLETE" 273 echo "TEST COMPLETE"
274 274
275test-travis: test-profiles test-fcopy test-fs test-utils test-environment test-filters test-arguments 275test-travis: test-profiles test-fcopy test-fs test-utils test-sysutils test-environment test-filters test-arguments
276 echo "TEST COMPLETE" 276 echo "TEST COMPLETE"
277 277
278########################################## 278##########################################