summaryrefslogtreecommitdiff
path: root/TAO/tests/Sequence_Unit_Tests/Sequence_Unit_Tests.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Sequence_Unit_Tests/Sequence_Unit_Tests.mpc')
-rw-r--r--TAO/tests/Sequence_Unit_Tests/Sequence_Unit_Tests.mpc68
1 files changed, 57 insertions, 11 deletions
diff --git a/TAO/tests/Sequence_Unit_Tests/Sequence_Unit_Tests.mpc b/TAO/tests/Sequence_Unit_Tests/Sequence_Unit_Tests.mpc
index 293d9655ecd..b747a2264b8 100644
--- a/TAO/tests/Sequence_Unit_Tests/Sequence_Unit_Tests.mpc
+++ b/TAO/tests/Sequence_Unit_Tests/Sequence_Unit_Tests.mpc
@@ -1,13 +1,19 @@
// -*- MPC -*-
// $Id$
-project(*Unbounded_Simple_Types) : taoexe {
+project(*UB_Simple_Types) : taoexe {
Source_Files {
Unbounded_Simple_Types.cpp
}
}
-project(*Bounded_Simple_Types) : taoexe {
+project(*Unbounded_Octet) : taoexe {
+ Source_Files {
+ Unbounded_Octet.cpp
+ }
+}
+
+project(*B_Simple_Types) : taoexe {
Source_Files {
Bounded_Simple_Types.cpp
}
@@ -25,7 +31,7 @@ project(*Bounded_String) : taoexe {
}
}
-project(*Object_Reference_Sequence_Element): taoexe, boost_unit_test_framework {
+project(*Obj_Ref_Seq_Elem): taoexe, boost_unit_test_framework {
exename = object_reference_sequence_element_ut
Source_Files {
mock_reference.cpp
@@ -33,7 +39,7 @@ project(*Object_Reference_Sequence_Element): taoexe, boost_unit_test_framework {
}
}
-project(*Unbounded_Object_Reference_Sequence): taoexe, boost_unit_test_framework {
+project(*UB_Obj_Ref_Seq): taoexe, boost_unit_test_framework {
exename = unbounded_object_reference_sequence_ut
Source_Files {
mock_reference.cpp
@@ -41,7 +47,47 @@ project(*Unbounded_Object_Reference_Sequence): taoexe, boost_unit_test_framework
}
}
-project(*Bounded_Object_Reference_Sequence): taoexe, boost_unit_test_framework {
+project(*UB_Sequence_CDR): taoexe, boost_unit_test_framework {
+ exename = unbounded_sequence_cdr_ut
+ Source_Files {
+ mock_reference.cpp
+ unbounded_sequence_cdr_ut.cpp
+ }
+}
+
+project(*B_Sequence_CDR): taoexe, boost_unit_test_framework {
+ exename = bounded_sequence_cdr_ut
+ Source_Files {
+ mock_reference.cpp
+ bounded_sequence_cdr_ut.cpp
+ }
+}
+
+project(*UB_Fwd_Ob_Ref_Seq): taoexe, boost_unit_test_framework {
+ exename = unbounded_fwd_object_reference_sequence_ut
+ Source_Files {
+ fwd_mock_reference.cpp
+ unbounded_fwd_object_reference_sequence_ut.cpp
+ }
+}
+
+project(*UB_Octet_Sequence): taoexe, boost_unit_test_framework {
+ exename = unbounded_octet_sequence_ut
+ Source_Files {
+ mock_reference.cpp
+ unbounded_octet_sequence_ut.cpp
+ }
+}
+
+project(*UB_Oct_Seq_No_Cpy): taoexe, boost_unit_test_framework {
+ exename = unbounded_octet_sequence_no_copy_ut
+ Source_Files {
+ mock_reference.cpp
+ unbounded_octet_sequence_nocopy_ut.cpp
+ }
+}
+
+project(*B_Obj_Ref_Seq): taoexe, boost_unit_test_framework {
exename = bounded_object_reference_sequence_ut
Source_Files {
mock_reference.cpp
@@ -49,42 +95,42 @@ project(*Bounded_Object_Reference_Sequence): taoexe, boost_unit_test_framework {
}
}
-project(*String_Sequence_Element): taoexe, boost_unit_test_framework {
+project(*String_Seq_Elem): taoexe, boost_unit_test_framework {
exename = string_sequence_element_ut
Source_Files {
string_sequence_element_ut.cpp
}
}
-project(*Unbounded_String_Sequence): taoexe, boost_unit_test_framework {
+project(*UB_String_Seq): taoexe, boost_unit_test_framework {
exename = unbounded_string_sequence_ut
Source_Files {
unbounded_string_sequence_ut.cpp
}
}
-project(*Bounded_String_Sequence): taoexe, boost_unit_test_framework {
+project(*B_String_Seq): taoexe, boost_unit_test_framework {
exename = bounded_string_sequence_ut
Source_Files {
bounded_string_sequence_ut.cpp
}
}
-project(*Testing_Allocation_Traits): taoexe, boost_unit_test_framework {
+project(*Test_Alloc_Traits): taoexe, boost_unit_test_framework {
exename = testing_allocation_traits_ut
Source_Files {
testing_allocation_traits_ut.cpp
}
}
-project(*Unbounded_Value_Sequence): taoexe, boost_unit_test_framework {
+project(*UB_Value_Sequence): taoexe, boost_unit_test_framework {
exename = unbounded_value_sequence_ut
Source_Files {
unbounded_value_sequence_ut.cpp
}
}
-project(*Bounded_Value_Sequence): taoexe, boost_unit_test_framework {
+project(*B_Value_Sequence): taoexe, boost_unit_test_framework {
exename = bounded_value_sequence_ut
Source_Files {
bounded_value_sequence_ut.cpp