tests: eolian_cxx: make sure we add beta_class.eo to dist

Since commit 2a003420f8 we need
beta_class.eo for the eolain cxx test suite. I never was added to the
files for dist, thus breaking distcheck.
This commit is contained in:
Stefan Schmidt 2019-03-12 12:48:33 +01:00
parent 6c00b54305
commit d64fdefe82
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,7 @@ tests/eolian_cxx/eolian_cxx_test_documentation.cc \
tests/eolian_cxx/eolian_cxx_test_cyclic.cc \
tests/eolian_cxx/complex.c \
tests/eolian_cxx/complex_cxx.cc \
tests/eolian_cxx/beta_class.eo \
tests/eolian_cxx/eolian_cxx_suite.h
if HAVE_AM_16