summaryrefslogtreecommitdiff
path: root/cpp/test/IceUtil/condvar/Makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/IceUtil/condvar/Makefile.mk')
-rw-r--r--cpp/test/IceUtil/condvar/Makefile.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/cpp/test/IceUtil/condvar/Makefile.mk b/cpp/test/IceUtil/condvar/Makefile.mk
new file mode 100644
index 00000000000..ef556eae645
--- /dev/null
+++ b/cpp/test/IceUtil/condvar/Makefile.mk
@@ -0,0 +1,15 @@
+# **********************************************************************
+#
+# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
+#
+# This copy of Ice is licensed to you under the terms described in the
+# ICE_LICENSE file included in this distribution.
+#
+# **********************************************************************
+
+$(test)_programs = workqueue match
+
+$(test)_workqueue_sources = WorkQueue.cpp
+$(test)_match_sources = Match.cpp
+
+tests += $(test)