From 2905b9f9ab5c5ed6f9210d1d843a8bcf41451854 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sat, 23 Apr 2016 08:53:07 -0400 Subject: make test-utils --- Makefile.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index b749d7f2f..93104bc02 100644 --- a/Makefile.in +++ b/Makefile.in @@ -242,6 +242,7 @@ dist: 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); mkdir -p test; cp -a ../test/utils 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) @@ -270,5 +271,8 @@ test-profiles: test-apps: cd test/apps; ./apps.sh | grep TESTING -test: test-profiles test-apps +test-utils: + cd test/utils; ./utils.sh | grep TESTING + +test: test-profiles test-utils test-apps echo "TEST COMPLETE" -- cgit v1.2.3-54-g00ecf