summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1627_Regression/test.mpc
blob: 83187aafa6bcff6ba671fa8088396ae122276394 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// -*- MPC -*-
// $Id$

project(Bug_1627_Server): server, iortable {
  Source_Files {
    Test_i.cpp
    server.cpp
  }
}

project(Bug_1627_Client): taoexe {
  Source_Files {
    TestC.cpp
    client.cpp
  }
}