summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/Policies/policies.mpc
blob: f4d90c8ce0b4e0bb76a019c8b1cdbb882a2886ac (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
// $Id$

project(DDS_Policies_Test) : taoexe, dds4ccm_base {
  includes += $(CIAO_ROOT)
  exename = policies_test
  Source_Files {
    deadline_qos_test.cpp
    dest_order_qos_test.cpp
    dp_factory_qos_test.cpp
    dp_qos_test.cpp
    dr_qos_test.cpp
    dur_qos_test.cpp
    dur_service_qos_test.cpp
    dw_qos_test.cpp
    entity_factory_qos_test.cpp
    group_data_qos_test.cpp
    hist_qos_test.cpp
    lat_budget_qos_test.cpp
    lifespan_qos_test.cpp
    liveliness_qos_test.cpp
    main.cpp
    ownership_qos_test.cpp
    partition_qos_test.cpp
    presentation_qos_test.cpp
    pub_qos_test.cpp
    reliability_qos_test.cpp
    resource_limits_qos_test.cpp
    sub_qos_test.cpp
    tp_data_qos_test.cpp
    tp_qos_test.cpp
    transport_prio_qos_test.cpp
    user_data_qos_test.cpp
    rd_lifecycle_qos_test.cpp
    tbf_qos_test.cpp
    ownership_strength_qos_test.cpp
    wr_lifecycle_qos_test.cpp
    duration.cpp
    octet_seq.cpp
  }

  Header_Files {
    *.h
  }
}