summaryrefslogtreecommitdiff
path: root/TAO/tests/Timeout/Timeout.mpc
blob: 0ebaf2030a1219fe2976fe09849f4ed239407d2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
project(*Server): taoexe, portableserver {
  Source_Files {
    test_i.cpp
    server.cpp
  }
}

project(*Client): messaging, taoexe, portableserver {
  Source_Files {
    testC.cpp
    client.cpp
  }
}