summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@osg.samsung.com>2017-06-28 18:16:11 +0200
committerStefan Schmidt <stefan@osg.samsung.com>2017-06-29 12:45:29 +0200
commita774fd93b6c8e984deafb45fa13abf38db0a0ffa (patch)
tree1095e3f293586d56e853ffc4428172a71bfb0f3c
parent4650a62e85db6fbe84e07ca4b4304450cd5f47ba (diff)
downloadefl-a774fd93b6c8e984deafb45fa13abf38db0a0ffa.tar.gz
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.
-rw-r--r--src/Makefile_Eolian.am6
1 files changed, 6 insertions, 0 deletions
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)