summaryrefslogtreecommitdiff
path: root/ACE/tests/HTBP/Reactor_Tests/Reactor_Tests.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/HTBP/Reactor_Tests/Reactor_Tests.mpc')
-rwxr-xr-xACE/tests/HTBP/Reactor_Tests/Reactor_Tests.mpc19
1 files changed, 19 insertions, 0 deletions
diff --git a/ACE/tests/HTBP/Reactor_Tests/Reactor_Tests.mpc b/ACE/tests/HTBP/Reactor_Tests/Reactor_Tests.mpc
new file mode 100755
index 00000000000..61e59146a93
--- /dev/null
+++ b/ACE/tests/HTBP/Reactor_Tests/Reactor_Tests.mpc
@@ -0,0 +1,19 @@
+// -*- MPC -*-
+//
+// $Id$
+
+project(*Server): aceexe, htbp {
+ exename = server
+
+ Source_Files {
+ server.cpp
+ }
+}
+
+project(*Client): aceexe, htbp {
+ exename = client
+
+ Source_Files {
+ client.cpp
+ }
+}