summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index c93fc401d..da339b7ed 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -282,5 +282,8 @@ test-firemon:
282test-utils: 282test-utils:
283 cd test/utils; ./utils.sh | grep TESTING 283 cd test/utils; ./utils.sh | grep TESTING
284 284
285test: test-profiles test-utils test-apps test-apps-x11 test-firemon 285test-environment:
286 cd test/environment; ./environment.sh | grep TESTING
287
288test: test-profiles test-utils test-environment test-apps test-apps-x11 test-firemon
286 echo "TEST COMPLETE" 289 echo "TEST COMPLETE"