summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-10-10 12:23:57 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2017-10-10 12:23:57 -0400
commit6b92f685ed60d846419e657827e091cf3329517e (patch)
tree1ed902e12180122d93a27a875ccdd8cbcb89dea8 /Makefile.in
parentadd xcalc profile (diff)
downloadfirejail-6b92f685ed60d846419e657827e091cf3329517e.tar.gz
firejail-6b92f685ed60d846419e657827e091cf3329517e.tar.zst
firejail-6b92f685ed60d846419e657827e091cf3329517e.zip
private-lib
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 be5ab837f..88ed1f476 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -239,6 +239,9 @@ scan-build: clean
239test-profiles: 239test-profiles:
240 cd test/profiles; ./profiles.sh | grep TESTING 240 cd test/profiles; ./profiles.sh | grep TESTING
241 241
242test-private-lib:
243 cd test/private-lib; ./private-lib.sh | grep TESTING
244
242test-apps: 245test-apps:
243 cd test/apps; ./apps.sh | grep TESTING 246 cd test/apps; ./apps.sh | grep TESTING
244 247
@@ -271,7 +274,7 @@ test-fs:
271test-fcopy: 274test-fcopy:
272 cd test/fcopy; ./fcopy.sh | grep TESTING 275 cd test/fcopy; ./fcopy.sh | grep TESTING
273 276
274test: 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 277test: 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
275 echo "TEST COMPLETE" 278 echo "TEST COMPLETE"
276 279
277test-travis: test-profiles test-fcopy test-fs test-utils test-sysutils test-environment test-filters test-arguments 280test-travis: test-profiles test-fcopy test-fs test-utils test-sysutils test-environment test-filters test-arguments