tests: don't install test executables
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 17 Apr 2023 08:48:48 +0000 (10:48 +0200)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 17 Apr 2023 09:16:42 +0000 (11:16 +0200)
commite622ed23276655fe16fcba0433e961b8f406b140
tree07498edd0d0aaba2a696fa5afdd206e4895f5089
parentc19fcfc681556b1988acfc8dc6c7c1fd72c3639a
tests: don't install test executables

I'm not sure what historical reasons there were to install test programs
if they are built but now I can't see any anymore. Tests can be run from
the build directory and users such as meta-openembedded can install them
and the relevant libraries (libgpiosim) manually into the filesystem as
they don't usually live in ${bindir} anyway. Installing test binaries just
pollutes the filesystem now so stop doing it.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
bindings/cxx/tests/Makefile.am
tests/Makefile.am
tools/Makefile.am