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