summaryrefslogtreecommitdiff
path: root/TAO/tests/Sequence_Unit_Tests/Sequence_Unit_Tests.mpc
blob: e97b94f144725d21473b0798c86b9d2557d8b8d3 (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
// -*- MPC -*-
// $Id$

project(*Unbounded_Simple_Types) : taoexe {
  Source_Files {
    Unbounded_Simple_Types.cpp
  }
}

project(*Bounded_Simple_Types) : taoexe {
  Source_Files {
    Bounded_Simple_Types.cpp
  }
}

project(*String_Sequence_Element): taoexe, boost_unit_test {
  Source_Files {
    string_sequence_element_ut.cpp
  }
}

project(*Unbounded_String_Sequence): taoexe, boost_unit_test {
  Source_Files {
    unbounded_string_sequence_ut.cpp
  }
}

//project(*String_Sequence_Element): taoexe, boost_unit_test {
//  Source_Files {
//    string_sequence_element_ut.cpp
//  }
//}

project(*Testing_Allocation_Traits): taoexe, boost_unit_test {
  Source_Files {
    testing_allocation_traits_ut.cpp
  }
}

project(*Unbounded_Value_Sequence): taoexe, boost_unit_test {
  Source_Files {
    unbounded_value_sequence_ut.cpp
  }
}

project(*Bounded_Value_Sequence): taoexe, boost_unit_test {
  Source_Files {
    bounded_value_sequence_ut.cpp
  }
}