Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / ACE / ASNMP / tests / tests.mpc
blob934e509099795724c0740a19d97d9a86a0f5a302
1 project (asnmp_tests_Oid_Test) : aceexe {
2   exename = Oid_Test
3   after += asnmp_lib
4   libs  += asnmp
5   includes += $(ACE_ROOT)/ASNMP
6   source_files {
7     Oid_Test.cpp
8   }
11 project (asnmp_tests_Counter_Test) : aceexe {
12   exename = Counter_Test
13   after += asnmp_lib
14   libs  += asnmp
15   includes += $(ACE_ROOT)/ASNMP
16   source_files {
17     Counter_Test.cpp
18   }
21 project (asnmp_tests_Counter64_Test) : aceexe {
22   exename = Counter64_Test
23   after += asnmp_lib
24   libs  += asnmp
25   includes += $(ACE_ROOT)/ASNMP
26   source_files {
27     Counter64_Test.cpp
28   }
31 project (asnmp_tests_Integer_Test) : aceexe {
32   exename = Integer_Test
33   after += asnmp_lib
34   libs  += asnmp
35   includes += $(ACE_ROOT)/ASNMP
36   source_files {
37     Integer_Test.cpp
38   }
41 project (asnmp_tests_Octet_Test) : aceexe {
42   exename = Octet_Test
43   after += asnmp_lib
44   libs  += asnmp
45   includes += $(ACE_ROOT)/ASNMP
46   source_files {
47     Octet_Test.cpp
48   }
51 project (asnmp_tests_Gauge_Test) : aceexe {
52   exename = Gauge_Test
53   after += asnmp_lib
54   libs  += asnmp
55   includes += $(ACE_ROOT)/ASNMP
56   source_files {
57     Gauge_Test.cpp
58   }
61 project (asnmp_tests_Address_Test) : aceexe {
62   exename = Address_Test
63   after += asnmp_lib
64   libs  += asnmp
65   includes += $(ACE_ROOT)/ASNMP
66   source_files {
67     Address_Test.cpp
68   }
71 project (asnmp_tests_Target_Test) : aceexe {
72   exename = Target_Test
73   after += asnmp_lib
74   libs  += asnmp
75   includes += $(ACE_ROOT)/ASNMP
76   source_files {
77     Target_Test.cpp
78   }
81 project (asnmp_tests_Varbind_Test) : aceexe {
82   exename = Varbind_Test
83   after += asnmp_lib
84   libs  += asnmp
85   includes += $(ACE_ROOT)/ASNMP
86   source_files {
87     Varbind_Test.cpp
88   }