aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 8a6e8fa01..3f937b532 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -254,6 +254,7 @@ dist:
254 cd $(NAME)-$(VERSION); mkdir -p test; cp -a ../test/compile test/.; cd .. 254 cd $(NAME)-$(VERSION); mkdir -p test; cp -a ../test/compile test/.; cd ..
255 cd $(NAME)-$(VERSION); mkdir -p test; cp -a ../test/dist-compile test/.; cd .. 255 cd $(NAME)-$(VERSION); mkdir -p test; cp -a ../test/dist-compile test/.; cd ..
256 cd $(NAME)-$(VERSION); mkdir -p test; cp -a ../test/filters test/.; cd .. 256 cd $(NAME)-$(VERSION); mkdir -p test; cp -a ../test/filters test/.; cd ..
257 cd $(NAME)-$(VERSION); mkdir -p test; cp -a ../test/network test/.; cd ..
257 cd $(NAME)-$(VERSION); rm -fr `find . -name .svn`; rm -fr $(NAME)-$(VERSION); cd .. 258 cd $(NAME)-$(VERSION); rm -fr `find . -name .svn`; rm -fr $(NAME)-$(VERSION); cd ..
258 tar -cjvf $(NAME)-$(VERSION).tar.bz2 $(NAME)-$(VERSION) 259 tar -cjvf $(NAME)-$(VERSION).tar.bz2 $(NAME)-$(VERSION)
259 rm -fr $(NAME)-$(VERSION) 260 rm -fr $(NAME)-$(VERSION)
@@ -300,5 +301,8 @@ test-environment:
300test-filters: 301test-filters:
301 cd test/filters; ./filters.sh | grep TESTING 302 cd test/filters; ./filters.sh | grep TESTING
302 303
304test-network:
305 echo "Please read test/netwok/README file and run the test manually"
306
303test: test-profiles test-utils test-environment test-apps test-apps-x11 307test: test-profiles test-utils test-environment test-apps test-apps-x11
304 echo "TEST COMPLETE" 308 echo "TEST COMPLETE"