summaryrefslogtreecommitdiff
path: root/TAO/tests/Leader_Followers/Leader_Followers.mpc
blob: 84030a8a129020375a22071108aae6554a978a7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
project: strategies, server {
  Source_Files {
    test_i.cpp
    server.cpp
  }
}

project: strategies, client {
  Source_Files {
    testC.cpp
    client.cpp
  }
}