From 47be57441f2f49baddebaca884fc65199b234714 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Fri, 22 Apr 2016 09:46:07 -0400 Subject: make test-apps --- Makefile.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 8bf9d68a9..fbe9b24c4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -240,6 +240,7 @@ dist: 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 .. cd $(NAME)-$(VERSION); cp -a ../COPYING .; cp -a ../README .; cp -a ../RELNOTES .; cd .. cd $(NAME)-$(VERSION); mkdir -p test; cp -a ../test/profiles test/.; cd .. + cd $(NAME)-$(VERSION); mkdir -p test; cp -a ../test/apps 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) @@ -265,3 +266,8 @@ asc:; ./mkasc.sh $(VERSION) test-profiles: cd test/profiles; ./profiles.sh | grep TESTING +test-apps: + cd test/apps; ./apps.sh | grep TESTING + +test: test-profiles test-apps + echo "TEST COMPLETE" -- cgit v1.2.3-54-g00ecf