summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2016-02-22 09:58:54 -0800
committerBen Pfaff <blp@ovn.org>2016-02-26 12:46:49 -0800
commit12878bc422712ec2bc602819641d4da2555c37c3 (patch)
tree77e87ec0073812ce0ececdd52edb281d91b54464 /tests
parent47b31247d2454a5841b97cc986df82480e707983 (diff)
downloadopenvswitch-12878bc422712ec2bc602819641d4da2555c37c3.tar.gz
m4: Rename compat.at to compat.m4.
This is used by both Autoconf and Autotest, so it doesn't make sense for it to have a .at (Autotest) extension. Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/ovs-macros.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ovs-macros.at b/tests/ovs-macros.at
index f09af4ece..f2923b0f8 100644
--- a/tests/ovs-macros.at
+++ b/tests/ovs-macros.at
@@ -2,7 +2,7 @@ AT_TESTED([ovs-vswitchd])
AT_TESTED([ovs-vsctl])
AT_TESTED([perl])
-m4_include([m4/compat.at])
+m4_include([m4/compat.m4])
dnl Make AT_SETUP automatically run the ovs_init() shell function
dnl as the first step in every test.