]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
autotools: group test scripts in check_SCRIPTS
authorLoic Dachary <loic@dachary.org>
Wed, 11 Sep 2013 16:14:23 +0000 (18:14 +0200)
committerLoic Dachary <loic@dachary.org>
Mon, 23 Sep 2013 21:46:43 +0000 (23:46 +0200)
commitee33ff81f8168b81f3340cb22c47dc88bf879fe2
tree5e2b3f56fa3ced4103d49d80a90611041ff27df8
parent0eb0c3e0f3d7f8d32eb0cdf4abaf40d9fdb4d0a3
autotools: group test scripts in check_SCRIPTS

The check_SCRIPTS is added in Makefile-env.am to list the tests that do
not require compilation. The scripts listed in check-local and in the
TESTS variable use check_SCRIPTS instead.

The PYTHONPATH environment variable is added to Makefile-env.am and
includes the pybind directory so that python unit tests can load the
libraries from sources.

http://tracker.ceph.com/issues/6274 refs #6274

Reviewed-by: Roald J. van Loon <roaldvanloon@gmail.com>
Signed-off-by: Loic Dachary <loic@dachary.org>
src/Makefile-env.am
src/Makefile.am
src/test/Makefile.am