From a774fd93b6c8e984deafb45fa13abf38db0a0ffa Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Wed, 28 Jun 2017 18:16:11 +0200 Subject: [PATCH] tests : eolain: make sure all the needed files for land in dist All kind of test files for the function pointer test in eolian have been missing in dist and thus failed distcheck. --- src/Makefile_Eolian.am | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/Makefile_Eolian.am b/src/Makefile_Eolian.am index 1a85c15118..09fa4d7085 100644 --- a/src/Makefile_Eolian.am +++ b/src/Makefile_Eolian.am @@ -94,6 +94,8 @@ tests/eolian/data/no_nmsp.eo \ tests/eolian/data/import.eo \ tests/eolian/data/decl.eo \ tests/eolian/data/docs.eo \ +tests/eolian/data/function_types.eot \ +tests/eolian/data/function_as_argument.eo \ tests/eolian/data/import_types.eot EOLIAN_TESTS_EOS_GENERATED = \ @@ -144,5 +146,9 @@ tests/eolian/data/class_simple_ref_legacy.h \ tests/eolian/data/import_types_ref.h \ tests/eolian/data/docs_ref.h \ tests/eolian/data/docs_ref_legacy.h \ +tests/eolian/data/function_types_ref.h \ +tests/eolian/data/function_as_argument_impl_ref.c \ +tests/eolian/data/function_as_argument_ref.c \ +tests/eolian/data/function_as_argument_ref.h \ tests/eolian/generated_future.eo \ $(EOLIAN_TESTS_EOS)