aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-04-30 07:27:31 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-04-30 07:27:31 -0400
commita1272742cfbdbfe999a701f804b58ceb4605713d (patch)
tree16d6013c8d99d9e4370d1672b4018f958081f416 /Makefile.in
parentMerge pull request #490 from reinerh/master (diff)
downloadfirejail-a1272742cfbdbfe999a701f804b58ceb4605713d.tar.gz
firejail-a1272742cfbdbfe999a701f804b58ceb4605713d.tar.zst
firejail-a1272742cfbdbfe999a701f804b58ceb4605713d.zip
added make test-filters
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 44b5cec83..6c70e5360 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -252,6 +252,7 @@ dist:
252 cd $(NAME)-$(VERSION); mkdir -p test; cp -a ../test/environment test/.; cd .. 252 cd $(NAME)-$(VERSION); mkdir -p test; cp -a ../test/environment test/.; cd ..
253 cd $(NAME)-$(VERSION); mkdir -p test; cp -a ../test/compile test/.; cd .. 253 cd $(NAME)-$(VERSION); mkdir -p test; cp -a ../test/compile test/.; cd ..
254 cd $(NAME)-$(VERSION); mkdir -p test; cp -a ../test/dist-compile test/.; cd .. 254 cd $(NAME)-$(VERSION); mkdir -p test; cp -a ../test/dist-compile test/.; cd ..
255 cd $(NAME)-$(VERSION); mkdir -p test; cp -a ../test/filters test/.; cd ..
255 cd $(NAME)-$(VERSION); rm -fr `find . -name .svn`; rm -fr $(NAME)-$(VERSION); cd .. 256 cd $(NAME)-$(VERSION); rm -fr `find . -name .svn`; rm -fr $(NAME)-$(VERSION); cd ..
256 tar -cjvf $(NAME)-$(VERSION).tar.bz2 $(NAME)-$(VERSION) 257 tar -cjvf $(NAME)-$(VERSION).tar.bz2 $(NAME)-$(VERSION)
257 rm -fr $(NAME)-$(VERSION) 258 rm -fr $(NAME)-$(VERSION)
@@ -295,5 +296,8 @@ test-utils:
295test-environment: 296test-environment:
296 cd test/environment; ./environment.sh | grep TESTING 297 cd test/environment; ./environment.sh | grep TESTING
297 298
299test-filters:
300 cd test/filters; ./filters.sh | grep TESTING
301
298test: test-profiles test-utils test-environment test-apps test-apps-x11 302test: test-profiles test-utils test-environment test-apps test-apps-x11
299 echo "TEST COMPLETE" 303 echo "TEST COMPLETE"