Skip to content
Snippets Groups Projects
Commit b080b537 authored by Andre Maroneze's avatar Andre Maroneze
Browse files

[Nonterm] distribute test files

parent 429abcc2
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,14 @@ PLUGIN_DISTRIB_EXTERNAL:= Makefile.in configure.ac configure
PLUGIN_DEPENDENCIES:=Eva
#PLUGIN_NO_DEFAULT_TEST:=no
PLUGIN_TESTS_DIRS:=nonterm
PLUGIN_DISTRIB_TESTS := \
$(foreach dir, $(addprefix tests/,$(PLUGIN_TESTS_DIRS)), \
$(dir)/oracle/* \
$(filter-out result oracle,$(dir)/*)) \
) \
$(filter-out result oracle,tests/*)) \
$(foreach dir, tests $(addprefix tests/,$(PLUGIN_TESTS_DIRS)), \
$(dir)/test_config)
################
# Generic part #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment