tools: tests: include the test script in the release tarball
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Fri, 3 Nov 2023 13:06:06 +0000 (14:06 +0100)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Fri, 3 Nov 2023 13:06:06 +0000 (14:06 +0100)
commit2a56aa5a0687c3eda427e5c42ed9f9e429f3b950
tree9fe7b57ae7f4ac0f098d06e7d80b3f77906bb362
parentbc91656de872e68d56a611d5ae73719eda2c5792
tools: tests: include the test script in the release tarball

Apparently bash scripts need to be listed in the dist_noinst_SCRIPTS in
order to be picked up into the dist package, noinst_SCRIPTS is not
enough.

Fixes: 555f5e4cfe9f ("tools: tests: port tests to shunit2")
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
tools/Makefile.am