The test-suite python scripts is added to bin_SCRIPTS in Makefile.am.
This means it's not distributed by default. Add it to dist_bin_SCRIPTS
and make it part of the distribution tarball.
Fixes: 452696601ae5 ("bindings: python: use unittest to implement a proper test-suite")
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
# Copyright (C) 2019 Bartosz Golaszewski <bgolaszewski@baylibre.com>
#
-bin_SCRIPTS = gpiod_py_test.py
+dist_bin_SCRIPTS = gpiod_py_test.py
pyexec_LTLIBRARIES = gpiomockup.la