Special function implementations
To run the tests:
- clone this repository
cd xsf
- install Pixi
pixi run tests
For subsequent test runs, you can skip re-cloning xsref
with:
pixi run --skip-deps tests
You can trigger a rebuild inbetween test runs with:
pixi run build-tests
Note
This has currently only been tested on Linux.