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)
commit8add960f6b556b30c654a3c19c189c6acb6e63c6
tree6ecff683a57c03451a464fc158b442ffd1eb5ac2
parentfeda9c0dee3c272a162ccb0b5e365b097b16ee3d
bindings: python: tests: package the python test-suite in the dist tarball

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