summaryrefslogtreecommitdiff
path: root/TAO/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Makefile')
-rw-r--r--TAO/tests/Makefile36
1 files changed, 0 insertions, 36 deletions
diff --git a/TAO/tests/Makefile b/TAO/tests/Makefile
deleted file mode 100644
index da3d04b0504..00000000000
--- a/TAO/tests/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-#----------------------------------------------------------------------------
-#
-# $Id$
-#
-# Makefile for the TAO tests
-#
-#----------------------------------------------------------------------------
-
-#----------------------------------------------------------------------------
-# Local macros
-#----------------------------------------------------------------------------
-
-DIRS = CDR \
- Cubit \
- OctetSeq \
- Param_Test \
- NestedUpcall \
- Multiple_Inheritance \
- POA \
- Quoter \
- Thruput \
- Simple
-
-# The following tests have not been updated yet
-# Demux_Test
-
-#----------------------------------------------------------------------------
-# Include macros and targets
-#----------------------------------------------------------------------------
-
-include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
-include $(ACE_ROOT)/include/makeinclude/macros.GNU
-include $(ACE_ROOT)/include/makeinclude/rules.common.GNU
-include $(ACE_ROOT)/include/makeinclude/rules.nested.GNU
-include $(ACE_ROOT)/include/makeinclude/rules.nolocal.GNU
-