From 723dde8d085f6b2510fcf210721d0de8e8f14a86 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Tue, 3 May 2016 10:33:10 -0400 Subject: networking features testing --- Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 8a6e8fa01..3f937b532 100644 --- a/Makefile.in +++ b/Makefile.in @@ -254,6 +254,7 @@ dist: 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); mkdir -p test; cp -a ../test/network 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) @@ -300,5 +301,8 @@ test-environment: test-filters: cd test/filters; ./filters.sh | grep TESTING +test-network: + echo "Please read test/netwok/README file and run the test manually" + test: test-profiles test-utils test-environment test-apps test-apps-x11 echo "TEST COMPLETE" -- cgit v1.2.3-70-g09d2