]>
Commit | Line | Data |
---|---|---|
d7c5426b DDP |
1 | AT_INIT |
2 | ||
3 | AT_COPYRIGHT([Copyright (c) 2015 Nicira, Inc. | |
4 | ||
5 | Licensed under the Apache License, Version 2.0 (the "License"); | |
6 | you may not use this file except in compliance with the License. | |
7 | You may obtain a copy of the License at: | |
8 | ||
9 | http://www.apache.org/licenses/LICENSE-2.0 | |
10 | ||
11 | Unless required by applicable law or agreed to in writing, software | |
12 | distributed under the License is distributed on an "AS IS" BASIS, | |
13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |
14 | See the License for the specific language governing permissions and | |
15 | limitations under the License.]) | |
16 | ||
1d349d09 FF |
17 | m4_ifdef([AT_COLOR_TESTS], [AT_COLOR_TESTS]) |
18 | ||
d7c5426b DDP |
19 | m4_include([tests/ovs-macros.at]) |
20 | m4_include([tests/ovsdb-macros.at]) | |
21 | m4_include([tests/ofproto-macros.at]) | |
22 | m4_include([tests/system-userspace-macros.at]) | |
23 | m4_include([tests/system-common-macros.at]) | |
24 | ||
25 | m4_include([tests/system-traffic.at]) | |
3310f781 | 26 | m4_include([tests/system-layer3-tunnels.at]) |
cc08428b | 27 | m4_include([tests/system-ovn.at]) |
526cf4e1 | 28 | m4_include([tests/system-userspace-packet-type-aware.at]) |