summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-05-05 10:22:18 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-05-05 10:22:18 -0400
commit37a5a3545ef6d8d03dad8bbd888f53e13274c9e5 (patch)
tree5d56a4b0a0933963d97eb0a88dd00fec9ea58bf2 /Makefile.in
parentrename generic.profile as default.profile (diff)
downloadfirejail-37a5a3545ef6d8d03dad8bbd888f53e13274c9e5.tar.gz
firejail-37a5a3545ef6d8d03dad8bbd888f53e13274c9e5.tar.zst
firejail-37a5a3545ef6d8d03dad8bbd888f53e13274c9e5.zip
testing
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 92254fbc0..9a6044fcb 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -255,6 +255,7 @@ dist:
255 cd $(NAME)-$(VERSION); mkdir -p test; cp -a ../test/dist-compile test/.; cd .. 255 cd $(NAME)-$(VERSION); mkdir -p test; cp -a ../test/dist-compile test/.; cd ..
256 cd $(NAME)-$(VERSION); mkdir -p test; cp -a ../test/filters test/.; cd .. 256 cd $(NAME)-$(VERSION); mkdir -p test; cp -a ../test/filters test/.; cd ..
257 cd $(NAME)-$(VERSION); mkdir -p test; cp -a ../test/network test/.; cd .. 257 cd $(NAME)-$(VERSION); mkdir -p test; cp -a ../test/network test/.; cd ..
258 cd $(NAME)-$(VERSION); mkdir -p test; cp -a ../test/fs test/.; cd ..
258 cd $(NAME)-$(VERSION); rm -fr `find . -name .svn`; rm -fr $(NAME)-$(VERSION); cd .. 259 cd $(NAME)-$(VERSION); rm -fr `find . -name .svn`; rm -fr $(NAME)-$(VERSION); cd ..
259 tar -cjvf $(NAME)-$(VERSION).tar.bz2 $(NAME)-$(VERSION) 260 tar -cjvf $(NAME)-$(VERSION).tar.bz2 $(NAME)-$(VERSION)
260 rm -fr $(NAME)-$(VERSION) 261 rm -fr $(NAME)-$(VERSION)
@@ -304,5 +305,8 @@ test-filters:
304test-network: 305test-network:
305 echo "Please read test/netwok/README file and run the test manually" 306 echo "Please read test/netwok/README file and run the test manually"
306 307
307test: test-profiles test-utils test-environment test-apps test-apps-x11 test-filters test-network 308test-fs:
309 cd test/fs; ./fs.sh | grep TESTING
310
311test: test-profiles test-fs test-utils test-environment test-apps test-apps-x11 test-filters test-network
308 echo "TEST COMPLETE" 312 echo "TEST COMPLETE"