Files
langkit/testsuite/python_support
Pierre-Marie de Rodat 6cd2a8c3e7 Testsuite: extend lkt_compile.py for multi-dir Lkt sources
The upcoming revamp of Lkt modules will make it impossible to have
multiple Lkt source files share common declarations (`common_*.lkt`)
with bi-directional references: the individual sources can import
entities from the definite `common_*` modules, but the common modules
do not have a specific module for their own imports.

To overcome this, extend the `lkt_compile.py` script so that it
considers `test.lkt` sources in test subdirectories, and arrange for the
Lkt source path to make the top-level directory available: this will
allow test files to all have the same name (they will be in separate
directories), and so the common files will have a specific module name
to use for imports.
2026-01-20 16:03:43 +00:00
..