mirror of https://github.com/nirenjan/libx52.git
Fix distcheck failure
parent
e463d9b890
commit
c79373676f
|
@ -46,3 +46,6 @@ TESTS = \
|
||||||
test_led_clutch_green.sh \
|
test_led_clutch_green.sh \
|
||||||
test_skip.sh
|
test_skip.sh
|
||||||
|
|
||||||
|
|
||||||
|
EXTRA_DIST = common_infra.sh $(TESTS)
|
||||||
|
|
||||||
|
|
|
@ -99,6 +99,8 @@ finalize_tests()
|
||||||
{
|
{
|
||||||
# Put the last line to close the tests list
|
# Put the last line to close the tests list
|
||||||
echo -e "\ttest_skip.sh\n" >> Makefile.am
|
echo -e "\ttest_skip.sh\n" >> Makefile.am
|
||||||
|
|
||||||
|
echo -e "\nEXTRA_DIST = common_infra.sh \$(TESTS)\n" >> Makefile.am
|
||||||
}
|
}
|
||||||
|
|
||||||
clear_tests
|
clear_tests
|
||||||
|
|
Loading…
Reference in New Issue