On 20/02/2026 21:48, Anselm Schüler wrote:
I have added tests and documentation for this.Two questions: 1. I can’t run the tests on my machine, make -f tests/local.mk fails with tests/local.mk:28: *** missing separator. Stop. (GNU Make 4.4.1, obtained from nixpkgs unstable) Also happens before my changes. What am I doing wrong?
`make check` to run all tests `make TESTS=tests/foo/bar.sh SUBDIRS=. check` to run a particular test.
2. Do I need to assign copyright to FSF for these changes?
This change is trivial enough to be below the threshold for copyright assignment. thanks, Padraig
