summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/tests/Makefile b/tests/Makefile
deleted file mode 100644
index c2c6ea62c3a..00000000000
--- a/tests/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-#----------------------------------------------------------------------------
-#
-# $Id$
-#
-# Makefile for the ACE "one-button" tests directory
-#----------------------------------------------------------------------------
-
-# This default rule is here so invoking make realclean will do
-# work when recursing through subdirectories
-.DEFAULT:
- @$(MAKE) -f Makefile.libs $@
- @$(MAKE) -f Makefile.tests $@
- @$(MAKE) -f Makefile.dirs SUBDIR_MAKEFILE=Makefile $@
-
-# Invoke Makefile.libs first to build the libTest_Output and the other
-# libraries, then invoke Makefile.tests and Makefile.dirs to recurse
-# through subdirectories
-all:
- @$(MAKE) -f Makefile.libs $@
- @$(MAKE) -f Makefile.tests $@
- @$(MAKE) -f Makefile.dirs SUBDIR_MAKEFILE=Makefile $@