tests: eolian_cxx: make sure we add beta_class.eo to dist
authorStefan Schmidt <s.schmidt@samsung.com>
Tue, 12 Mar 2019 11:48:33 +0000 (12:48 +0100)
committerYeongjong Lee <yj34.lee@samsung.com>
Tue, 2 Apr 2019 03:45:17 +0000 (12:45 +0900)
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

index f17c00d..8ae9727 100644 (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