]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
automake: fix buildtest patch
authorJulien Stephan <jstephan@baylibre.com>
Wed, 12 Jul 2023 13:57:07 +0000 (15:57 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 19 Jul 2023 18:37:35 +0000 (19:37 +0100)
commitee3e2af4f8ed95b4fd0f7cec52ae4e169401b719
treee4ff43341854ca51ff41d2b3cdb28b8c487da7b1
parent95f0610650f5a82e669a8962205f23d097c08516
automake: fix buildtest patch

Add check_PROGRAMS as a dependency of buildtest-TESTS target.
This is required because according to the official automake
documentation [1]:
* TESTS: contains all the tests files
* check_PROGRAMS: contains the programs used by the tests
* check_PROGRAMS is not automatically added to TESTS

So, by using only TESTS as a dependency for buildtest-TESTS we may end
up having runtime errors because of missing program required by the
tests.

[1]: https://www.gnu.org/software/automake/manual/html_node/Scripts_002dbased-Testsuites.html

Signed-off-by: Julien Stephan <jstephan@baylibre.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/automake/automake/buildtest.patch