summaryrefslogtreecommitdiff
path: root/TAO/tests/ORT/ORT.mpc
blob: 785bf4667fdb29d55f2760556b60ecb19b1c021c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
project: server {
  Source_Files {
    ORT_test_i.cpp
    ORT_test_IORInterceptor_ORBInitializer.cpp
    ORT_test_IORInterceptor.cpp
    server.cpp
  }
}

project: client {
  Source_Files {
    ORT_testC.cpp
    client.cpp
  }
}