In the devel branch we have recently introduced a more powerful way to include perk files. Assume the following is main.perk
When compiling main.perk the new include system generates two files main.c and example.c. Currently, this breaks the test suite, because the testing script assumes that each .perk file generates only one .c file.
In the
develbranch we have recently introduced a more powerful way to include perk files. Assume the following ismain.perkWhen compiling
main.perkthe new include system generates two filesmain.candexample.c. Currently, this breaks the test suite, because the testing script assumes that each.perkfile generates only one.cfile.