From 728d00bc2e0279c3d73ee4dad0ad21b768799e86 Mon Sep 17 00:00:00 2001 From: Tom Hromatka Date: Fri, 10 Jan 2020 22:48:03 +0000 Subject: [PATCH] tests: Ship the functional test files This commit adds the *.py files to the dist zip so that the functional tests can be run in the dist zip. Signed-off-by: Tom Hromatka Reviewed-by: Dhaval Giani --- tests/ftests/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/ftests/Makefile.am b/tests/ftests/Makefile.am index 571503ba..36264e5d 100644 --- a/tests/ftests/Makefile.am +++ b/tests/ftests/Makefile.am @@ -21,6 +21,8 @@ TESTS = 001-cgget-basic_cgget.py +EXTRA_DIST = *.py README.md default.conf + clean-local: clean-local-check .PHONY: clean-local-check clean-local-check: -- 2.47.2