summaryrefslogtreecommitdiff
path: root/tests/Test_Output.bor
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Test_Output.bor')
-rw-r--r--tests/Test_Output.bor17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/Test_Output.bor b/tests/Test_Output.bor
new file mode 100644
index 00000000000..d4574c83166
--- /dev/null
+++ b/tests/Test_Output.bor
@@ -0,0 +1,17 @@
+#
+# $Id$
+#
+
+NAME = Test_Output
+
+TARGET = $(BINDIR)\$(NAME).dll
+
+OBJFILES = $(OBJDIR)\Test_Output.obj
+
+CFLAGS = $(ACE_CFLAGS) -DTEST_OUTPUT_BUILD_DLL
+
+CPPDIR = .
+
+LIBFILES = $(ACE_LIB)
+
+!include <$(ACE_ROOT)\include\makeinclude\build_dll.bor>