summaryrefslogtreecommitdiff
path: root/TAO/tests/Nested_Upcall_Crash/Nested_Upcall_Crash.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Nested_Upcall_Crash/Nested_Upcall_Crash.mpc')
-rw-r--r--TAO/tests/Nested_Upcall_Crash/Nested_Upcall_Crash.mpc24
1 files changed, 24 insertions, 0 deletions
diff --git a/TAO/tests/Nested_Upcall_Crash/Nested_Upcall_Crash.mpc b/TAO/tests/Nested_Upcall_Crash/Nested_Upcall_Crash.mpc
new file mode 100644
index 00000000000..57a65a26fa9
--- /dev/null
+++ b/TAO/tests/Nested_Upcall_Crash/Nested_Upcall_Crash.mpc
@@ -0,0 +1,24 @@
+project: messaging {
+ Source_Files {
+ Server_Peer.cpp
+ server.cpp
+ }
+}
+
+project(scavenger): messaging {
+ exename = scavenger
+
+ Source_Files {
+ scavenger.cpp
+ }
+}
+
+project(client): messaging {
+ exename = client
+
+ Source_Files {
+ Client_Peer.cpp
+ client.cpp
+ }
+}
+