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.
This commit is contained in:
Zack Weinberg 2020-08-20 08:51:46 -04:00
parent fa0754f704
commit 5fd2e37e46
No known key found for this signature in database
GPG Key ID: 384F8E68AC65B0D5

View File

@ -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])