I think we can run the qs tests against each supported engine, with the following algorithm:
- Look at a
qs file, and enumerate the list of imports
- If there are no imports, then proceed
- Otherwise, recursively process each import, and then replace it with an import from the database
- Run the qs file, save it to the database, and remember that we've processed it (for future files that import it)
I think we can run the qs tests against each supported engine, with the following algorithm:
qsfile, and enumerate the list of imports