jasmin-lang/jasmin

large_stack is untested

Closed this issue · 1 comments

It turns out that make check does not run the tests in tests/success/arm-m4/large_stack/.

The semantics of paths in config/tests.config can be surprising:

  • without '!', it is the common glob interpretation
  • with '!', it is recursive but globs are not interpreted

For the moment, it is not easy to express, e.g. "all the subdirs of tests called arm-m4 and all their subfolders".

Ok, I have just tested, tests/**/arm-m4/**/ should do it. Not sure about performance, though, but probably it does not matter.