summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-04-22 09:46:07 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-04-22 09:46:07 -0400
commit47be57441f2f49baddebaca884fc65199b234714 (patch)
tree67d975d9a2a58b1c9790caeafde9924dd20fb0e5 /Makefile.in
parentcherrytree profile fixes (diff)
downloadfirejail-47be57441f2f49baddebaca884fc65199b234714.tar.gz
firejail-47be57441f2f49baddebaca884fc65199b234714.tar.zst
firejail-47be57441f2f49baddebaca884fc65199b234714.zip
make test-apps
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 8bf9d68a9..fbe9b24c4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -240,6 +240,7 @@ dist:
240 cd $(NAME)-$(VERSION); cp -a ../configure .; cp -a ../configure.ac .; cp -a ../Makefile.in .; cp -a ../install.sh .; cp -a ../mkman.sh .; cp -a ../mketc.sh .; cp -a ../mkdeb.sh .;cd .. 240 cd $(NAME)-$(VERSION); cp -a ../configure .; cp -a ../configure.ac .; cp -a ../Makefile.in .; cp -a ../install.sh .; cp -a ../mkman.sh .; cp -a ../mketc.sh .; cp -a ../mkdeb.sh .;cd ..
241 cd $(NAME)-$(VERSION); cp -a ../COPYING .; cp -a ../README .; cp -a ../RELNOTES .; cd .. 241 cd $(NAME)-$(VERSION); cp -a ../COPYING .; cp -a ../README .; cp -a ../RELNOTES .; cd ..
242 cd $(NAME)-$(VERSION); mkdir -p test; cp -a ../test/profiles test/.; cd .. 242 cd $(NAME)-$(VERSION); mkdir -p test; cp -a ../test/profiles test/.; cd ..
243 cd $(NAME)-$(VERSION); mkdir -p test; cp -a ../test/apps test/.; cd ..
243 cd $(NAME)-$(VERSION); rm -fr `find . -name .svn`; rm -fr $(NAME)-$(VERSION); cd .. 244 cd $(NAME)-$(VERSION); rm -fr `find . -name .svn`; rm -fr $(NAME)-$(VERSION); cd ..
244 tar -cjvf $(NAME)-$(VERSION).tar.bz2 $(NAME)-$(VERSION) 245 tar -cjvf $(NAME)-$(VERSION).tar.bz2 $(NAME)-$(VERSION)
245 rm -fr $(NAME)-$(VERSION) 246 rm -fr $(NAME)-$(VERSION)
@@ -265,3 +266,8 @@ asc:; ./mkasc.sh $(VERSION)
265test-profiles: 266test-profiles:
266 cd test/profiles; ./profiles.sh | grep TESTING 267 cd test/profiles; ./profiles.sh | grep TESTING
267 268
269test-apps:
270 cd test/apps; ./apps.sh | grep TESTING
271
272test: test-profiles test-apps
273 echo "TEST COMPLETE"