Special function implementations.
See #1 for context.
To run the tests:
- clone this repository
cd xsf
- install Pixi
pixi run tests
You can trigger a rebuild inbetween test runs with:
pixi run build-tests
For subsequent test runs, to skip re-cloning xsref
or to control parallelism for individual commands, you can use:
pixi run clone-xsf
pixi run configure-tests
pixi run build-only -j8
pixi run --skip-deps tests -j2
Note
This has currently only been tested on Linux.