diff --git a/tests/Makefile.am b/tests/Makefile.am index 08a5cd1..e4405bd 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -46,3 +46,6 @@ TESTS = \ test_led_clutch_green.sh \ test_skip.sh + +EXTRA_DIST = common_infra.sh $(TESTS) + diff --git a/tests/make_tests.sh b/tests/make_tests.sh index 9fa484c..4c53491 100755 --- a/tests/make_tests.sh +++ b/tests/make_tests.sh @@ -99,6 +99,8 @@ finalize_tests() { # Put the last line to close the tests list echo -e "\ttest_skip.sh\n" >> Makefile.am + + echo -e "\nEXTRA_DIST = common_infra.sh \$(TESTS)\n" >> Makefile.am } clear_tests