Fix distcheck failure

pull/13/head
nirenjan 2017-07-27 20:10:21 -07:00
parent e463d9b890
commit c79373676f
2 changed files with 5 additions and 0 deletions

View File

@ -46,3 +46,6 @@ TESTS = \
test_led_clutch_green.sh \
test_skip.sh
EXTRA_DIST = common_infra.sh $(TESTS)

View File

@ -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