1#-*-makefile-*-   ; force emacs to enter makefile-mode
2
3# %CopyrightBegin%
4#
5# Copyright Ericsson AB 2001-2020. All Rights Reserved.
6#
7# Licensed under the Apache License, Version 2.0 (the "License");
8# you may not use this file except in compliance with the License.
9# You may obtain a copy of the License at
10#
11#     http://www.apache.org/licenses/LICENSE-2.0
12#
13# Unless required by applicable law or agreed to in writing, software
14# distributed under the License is distributed on an "AS IS" BASIS,
15# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16# See the License for the specific language governing permissions and
17# limitations under the License.
18#
19# %CopyrightEnd%
20
21TEST_SPEC_FILE = megaco.spec
22
23COVER_SPEC_FILE = megaco.cover
24
25BEHAVIOUR_MODULES = \
26	megaco_test_generator
27
28TEST_UTIL_MODULES = \
29	$(BEHAVIOUR_MODULES) \
30	megaco_codec_test_lib \
31	megaco_codec_flex_lib \
32	megaco_mess_user_test \
33	megaco_mess_otp8212_test \
34	megaco_profile \
35	megaco_tc_controller \
36	megaco_test_command_handler \
37	megaco_test_global_sys_monitor \
38	megaco_test_sys_monitor \
39	megaco_test_generator_lib \
40	megaco_test_megaco_generator \
41	megaco_test_tcp_generator \
42	megaco_test_deliver \
43	megaco_test_generic_transport \
44	megaco_test_mgc \
45	megaco_test_mg \
46	megaco_test_msg_v1_lib \
47	megaco_test_msg_v2_lib \
48	megaco_test_msg_prev3a_lib \
49	megaco_test_msg_prev3b_lib \
50	megaco_test_msg_prev3c_lib \
51	megaco_test_msg_v3_lib \
52	megaco_test_lib
53
54SUITE_MODULES = \
55	megaco_actions_SUITE \
56	megaco_app_SUITE \
57	megaco_binary_term_id_SUITE \
58	megaco_call_flow_SUITE \
59	megaco_codec_mini_SUITE \
60	megaco_codec_v1_SUITE \
61	megaco_codec_v2_SUITE \
62	megaco_codec_prev3a_SUITE \
63	megaco_codec_prev3b_SUITE \
64	megaco_codec_prev3c_SUITE \
65	megaco_codec_v3_SUITE \
66	megaco_config_SUITE \
67	megaco_digit_map_SUITE \
68	megaco_examples_SUITE \
69	megaco_flex_SUITE \
70	megaco_load_SUITE \
71	megaco_mess_SUITE \
72	megaco_mib_SUITE \
73	megaco_mreq_SUITE \
74	megaco_pending_limit_SUITE \
75	megaco_sdp_SUITE \
76	megaco_segment_SUITE \
77	megaco_tcp_SUITE \
78	megaco_timer_SUITE \
79	megaco_trans_SUITE \
80	megaco_udp_SUITE
81
82MODULES = \
83	$(TEST_UTIL_MODULES) \
84	$(SUITE_MODULES)
85
86INTERNAL_HRL_FILES = \
87	megaco_test_lib.hrl
88
89
90
91