From 46113d48c480249363081ce75086d275948bd644 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sun, 24 Apr 2016 06:49:25 -0400 Subject: testing --- Makefile.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 4f777583c..d33ff0aff 100644 --- a/Makefile.in +++ b/Makefile.in @@ -277,14 +277,11 @@ test-apps: test-apps-x11: cd test/apps-x11; ./apps-x11.sh | grep TESTING -test-firemon: - cd test/firemon; ./firemon.sh | grep TESTING - test-utils: cd test/utils; ./utils.sh | grep TESTING test-environment: cd test/environment; ./environment.sh | grep TESTING -test: test-profiles test-utils test-environment test-apps test-apps-x11 test-firemon +test: test-profiles test-utils test-environment test-apps test-apps-x11 echo "TEST COMPLETE" -- cgit v1.2.3-54-g00ecf