From d64fdefe82fd1611317729e1b258608208182967 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Tue, 12 Mar 2019 12:48:33 +0100 Subject: [PATCH] tests: eolian_cxx: make sure we add beta_class.eo to dist Since commit 2a003420f83134331c8b404df1905cba538cfad6 we need beta_class.eo for the eolain cxx test suite. I never was added to the files for dist, thus breaking distcheck. --- src/Makefile_Eolian_Cxx.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile_Eolian_Cxx.am b/src/Makefile_Eolian_Cxx.am index f17c00d7bf..8ae97279af 100644 --- a/src/Makefile_Eolian_Cxx.am +++ b/src/Makefile_Eolian_Cxx.am @@ -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