bindings: python: tests: package the python test-suite in the dist tarball
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Mon, 6 Jan 2020 14:31:10 +0000 (15:31 +0100)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Mon, 6 Jan 2020 14:31:10 +0000 (15:31 +0100)
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>
bindings/python/tests/Makefile.am

index 937c673c0bdf704d5aa4bc0b0f74207ce847fd04..9321dc67e5df0407acf4af5097104358ff95a056 100644 (file)
@@ -6,7 +6,7 @@
 # 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