]> git.ipfire.org Git - location/libloc.git/commit - Makefile.am
Make sources around that we can run tests without location installed
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 14 Apr 2022 18:31:56 +0000 (18:31 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 14 Apr 2022 18:35:03 +0000 (18:35 +0000)
commitd0a490be3765e3756db41aa88cb89530d6e08619
tree26a604575121ac6796a3efe484cb03dee2a1c5d0
parent1cd4ddbceb551bad72dc0786f5963c675179c90d
Make sources around that we can run tests without location installed

In order to run the test suite, we need to make the Python module
loadable from the build directory so that we first of all test the right
code and that it just works without running "make install" first.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
12 files changed:
.gitignore
Makefile.am
po/POTFILES.in
src/python/location/__init__.py [moved from src/python/__init__.py.in with 98% similarity]
src/python/location/database.py [moved from src/python/database.py with 100% similarity]
src/python/location/downloader.py [moved from src/python/downloader.py with 100% similarity]
src/python/location/export.py [moved from src/python/export.py with 100% similarity]
src/python/location/i18n.py [moved from src/python/i18n.py with 100% similarity]
src/python/location/importer.py [moved from src/python/importer.py with 100% similarity]
src/python/location/logger.py [moved from src/python/logger.py with 100% similarity]
src/scripts/location-importer.in [moved from src/python/location-importer.in with 100% similarity]
src/scripts/location.in [moved from src/python/location.in with 100% similarity]