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

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

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