]> git.ipfire.org Git - thirdparty/kea.git/commit
[1924] Hack to allow finding generated python module
authorMichal 'vorner' Vaner <michal.vaner@nic.cz>
Tue, 12 Feb 2013 11:58:46 +0000 (12:58 +0100)
committerMichal 'vorner' Vaner <michal.vaner@nic.cz>
Tue, 12 Feb 2013 14:08:30 +0000 (15:08 +0100)
commit22eaf88024420eb44ccfca5659ab1136871ce252
treebad8419412d2c95a32594a7b6e0e584fcb522a12
parent6eb4e61e5886a972750136b425404e17dbd476ea
[1924] Hack to allow finding generated python module

Do a hack to make the tests run with separate build and source
directories. The generated file ended up in a different directory than
the rest of the modules and the __init__.py. It therefore didn't work.
We use the same trick as log_messages, a forwarder module and addition
to PYTHON_PATH to find it.

Only the real file is installed.
13 files changed:
configure.ac
src/bin/bind10/run_bind10.sh.in
src/bin/bindctl/run_bindctl.sh.in
src/bin/cmdctl/run_b10-cmdctl.sh.in
src/bin/dbutil/run_dbutil.sh.in
src/bin/loadzone/run_loadzone.sh.in
src/bin/msgq/msgq.py.in
src/bin/msgq/run_msgq.sh.in
src/bin/sysinfo/run_sysinfo.sh.in
src/lib/python/isc/cc/Makefile.am
src/lib/python/isc/cc/cc_generated/Makefile.am [new file with mode: 0644]
src/lib/python/isc/cc/proto_defs.py [new file with mode: 0644]
tests/lettuce/setup_intree_bind10.sh.in