From: Stefan Schmidt Date: Tue, 12 Mar 2019 11:48:33 +0000 (+0100) Subject: tests: eolian_cxx: make sure we add beta_class.eo to dist X-Git-Tag: submit/tizen/20190402.051338~224 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=082edaaa00e84fb02cdc123e52a2cea5088bb855;p=platform%2Fupstream%2Fefl.git 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. --- diff --git a/src/Makefile_Eolian_Cxx.am b/src/Makefile_Eolian_Cxx.am index f17c00d..8ae9727 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