From: Zack Weinberg Date: Thu, 20 Aug 2020 12:51:46 +0000 (-0400) Subject: tests/suite.at: m4_include acerlang.at. X-Git-Tag: v2.69c~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fd2e37e46c78f52abe894093014bca3a738187e;p=thirdparty%2Fautoconf.git tests/suite.at: m4_include acerlang.at. This corrects a long-standing oversight; the “blind” tests for the Erlang macros have never actually gotten run. --- diff --git a/tests/suite.at b/tests/suite.at index c9b60132..a068d6e0 100644 --- a/tests/suite.at +++ b/tests/suite.at @@ -52,6 +52,7 @@ m4_include([acc.at]) m4_include([fortran.at]) m4_include([acfortran.at]) m4_include([erlang.at]) +m4_include([acerlang.at]) m4_include([go.at]) m4_include([acgo.at])