From 5bcafbe5efc7117e4631ec2cf50dd3a77f1839bc Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sun, 24 Apr 2016 08:19:49 -0400 Subject: make github-compile --- Makefile.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index fc341aab5..b4933439c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -48,6 +48,7 @@ clean: rm -f firejail.1 firejail.1.gz firemon.1 firemon.1.gz firecfg.1 firecfg.gz firejail-profile.5 firejail-profile.5.gz firejail-login.5 firejail-login.5.gz firejail-config.5 firejail-config.5.gz firejail*.rpm rm -f test/utils/index.html* rm -f test/utils/lstesting + cd test/compile; ./compile.sh --clean; cd ../.. distclean: clean for dir in $(APPS); do \ @@ -247,6 +248,7 @@ dist: cd $(NAME)-$(VERSION); mkdir -p test; cp -a ../test/utils test/.; cd .. cd $(NAME)-$(VERSION); mkdir -p test; cp -a ../test/apps-x11 test/.; cd .. cd $(NAME)-$(VERSION); mkdir -p test; cp -a ../test/firemon test/.; cd .. + cd $(NAME)-$(VERSION); mkdir -p test; cp -a ../test/compile test/.; cd .. cd $(NAME)-$(VERSION); rm -fr `find . -name .svn`; rm -fr $(NAME)-$(VERSION); cd .. tar -cjvf $(NAME)-$(VERSION).tar.bz2 $(NAME)-$(VERSION) rm -fr $(NAME)-$(VERSION) @@ -284,5 +286,8 @@ test-utils: test-environment: cd test/environment; ./environment.sh | grep TESTING +github-compile: + cd test/compile; ./compile.sh + test: test-profiles test-utils test-environment test-apps test-apps-x11 echo "TEST COMPLETE" -- cgit v1.2.3-54-g00ecf