Today we have a jet module that includes jetutil.
It would be good to split it up into two modules:
- The jetapi module containing what is needed to write tests
- The jet module that include jetapi and jetutil, which is the JET engine in
itself.
The jetbatch module could then only include jetapi, not the whole jet module.
I have tried, but not figured out how to do this