summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Trading/Trading.mpc
blob: 008ef7449a72e83eabf8f6c140959f54f4099445 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
// -*- MPC -*-
// $Id$

project(*Test Lib): orbsvcslib, trading_serv, naming, utils, pi, codecfactory {
  sharedname = TTest
  idlflags += -I..\..\.. -I..\..\..\orbsvcs -Sc -Wb,export_macro=TAO_TTest_Export -Wb,export_include=ttest_export.h
  dynamicflags = TAO_TTEST_BUILD_DLL

  Source_Files {
    TT_Info.cpp
    Service_Type_Exporter.cpp
    Offer_Exporter.cpp
    Offer_Importer.cpp
    Simple_Dynamic.cpp
  }
  Header_Files {
    ttest_export.h
    TT_Info.h
    Service_Type_Exporter.h
    Offer_Exporter.h
    Offer_Importer.h
    Simple_Dynamic.h
  }
}

project(*export test): namingexe, trading_serv, utils {
  after   += Trading_Test_Lib
  libs    += TTest

  IDL_Files {
  }

  Source_Files {
    export_test.cpp
  }
}

project(*import test): namingexe, trading_serv, utils {
  after   += Trading_Test_Lib
  libs    += TTest

  IDL_Files {
  }

  Source_Files {
    import_test.cpp
  }
}

project(*colocated test): namingexe, trading_serv, utils {
  after   += Trading_Test_Lib
  libs    += TTest

  IDL_Files {
  }

  Source_Files {
    colocated_test.cpp
  }
}