summaryrefslogtreecommitdiff
path: root/ACE/protocols/tests/INet/MT_Get/test.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/protocols/tests/INet/MT_Get/test.mpc')
-rw-r--r--ACE/protocols/tests/INet/MT_Get/test.mpc9
1 files changed, 9 insertions, 0 deletions
diff --git a/ACE/protocols/tests/INet/MT_Get/test.mpc b/ACE/protocols/tests/INet/MT_Get/test.mpc
new file mode 100644
index 00000000000..fdf30e0d630
--- /dev/null
+++ b/ACE/protocols/tests/INet/MT_Get/test.mpc
@@ -0,0 +1,9 @@
+// -*- MPC -*-
+// $Id$
+
+project(MT_Get) : aceexe, inet {
+ exename = mt_get
+ Source_Files {
+ Main.cpp
+ }
+}