1#-*-makefile-*-   ; force emacs to enter makefile-mode
2
3# %CopyrightBegin%
4#
5# Copyright Ericsson AB 2004-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
21SUITE_MODULES = \
22	snmp_agent_SUITE \
23	snmp_agent_conf_SUITE \
24	snmp_agent_mibs_SUITE \
25	snmp_agent_nfilter_SUITE \
26	snmp_app_SUITE \
27	snmp_compiler_SUITE \
28	snmp_conf_SUITE \
29	snmp_log_SUITE \
30	snmp_manager_config_SUITE \
31	snmp_manager_user_SUITE \
32	snmp_manager_SUITE \
33	snmp_note_store_SUITE \
34	snmp_pdus_SUITE \
35        snmp_to_snmpnet_SUITE
36
37TEST_UTIL_MODULES = \
38	snmp_test_lib \
39	snmp_agent_test_lib \
40	snmp_agent_test_get \
41	snmp_otp16649_user \
42	snmp_manager_user \
43	snmp_manager_user_old \
44	snmp_manager_user_test_lib \
45	snmp_test_global_sys_monitor \
46	snmp_test_sys_monitor \
47	snmp_test_manager \
48	snmp_test_mgr \
49	snmp_test_mgr_misc \
50	snmp_test_mgr_counter_server \
51	sa \
52	klas3 \
53	test1 \
54	test2
55
56MODULES = \
57	$(TEST_UTIL_MODULES) \
58	$(SUITE_MODULES)
59
60HRL_FILES = snmp_test_lib.hrl
61
62# These are MIBs that aure used by the compiler test-suite.
63COMPILER_MIB_FILES = \
64	OTP8574-MIB
65
66MIB_FILES = \
67	AC-TEST-MIB.mib \
68	MC-TEST-MIB.mib \
69	OLD-SNMPEA-MIB.mib \
70	OLD-SNMPEA-MIB-v2.mib \
71	Klas1.mib \
72	Klas1-v2.mib \
73	Klas2.mib \
74	Klas3.mib \
75	Klas4.mib \
76	SA-MIB.mib \
77	EX1-MIB.mib \
78	TestTrap.mib \
79	TestTrapv2.mib \
80	Test1.mib \
81	Test2.mib \
82	Test3.mib
83
84SPECS = snmp.spec
85
86