From a1272742cfbdbfe999a701f804b58ceb4605713d Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sat, 30 Apr 2016 07:27:31 -0400 Subject: added make test-filters --- Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 44b5cec83..6c70e5360 100644 --- a/Makefile.in +++ b/Makefile.in @@ -252,6 +252,7 @@ dist: cd $(NAME)-$(VERSION); mkdir -p test; cp -a ../test/environment test/.; cd .. cd $(NAME)-$(VERSION); mkdir -p test; cp -a ../test/compile test/.; cd .. cd $(NAME)-$(VERSION); mkdir -p test; cp -a ../test/dist-compile test/.; cd .. + cd $(NAME)-$(VERSION); mkdir -p test; cp -a ../test/filters 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) @@ -295,5 +296,8 @@ test-utils: test-environment: cd test/environment; ./environment.sh | grep TESTING +test-filters: + cd test/filters; ./filters.sh | grep TESTING + test: test-profiles test-utils test-environment test-apps test-apps-x11 echo "TEST COMPLETE" -- cgit v1.2.3-54-g00ecf