summaryrefslogtreecommitdiff
path: root/TAO/tests/CDR/Makefile.bor
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-07-28 06:23:53 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-07-28 06:23:53 +0000
commiteb1bbb88dad5f17d1a1451312222108a0ac21e1c (patch)
tree75b0ce3e363021137d82568292cb46d4f7cd81e5 /TAO/tests/CDR/Makefile.bor
parentbe541e18e5c058de1d9a4533634ecea74b600abb (diff)
downloadATCD-eb1bbb88dad5f17d1a1451312222108a0ac21e1c.tar.gz
ChangeLogTag:Wed Jul 28 00:06:32 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'TAO/tests/CDR/Makefile.bor')
-rw-r--r--TAO/tests/CDR/Makefile.bor13
1 files changed, 13 insertions, 0 deletions
diff --git a/TAO/tests/CDR/Makefile.bor b/TAO/tests/CDR/Makefile.bor
new file mode 100644
index 00000000000..2a3727b57cf
--- /dev/null
+++ b/TAO/tests/CDR/Makefile.bor
@@ -0,0 +1,13 @@
+
+#
+# Makefile for building the CDR tests
+#
+
+!include <$(ACE_ROOT)\include\makeinclude\make_flags.bor>
+
+tests:
+ $(MAKE) -f allocator.bor $(MAKE_FLAGS)
+ $(MAKE) -f basic_types.bor $(MAKE_FLAGS)
+ $(MAKE) -f growth.bor $(MAKE_FLAGS)
+ $(MAKE) -f octet_sequence.bor $(MAKE_FLAGS)
+ $(MAKE) -f tc.bor $(MAKE_FLAGS)