You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I can tell, these files are compiled for each test run. It would be great if we could pre-compiled these files with the Docker image, which would make running the tests quite a bit faster I think.
I can look into this.
My usual caveat: the time I have to devote comes in random chunks; if someone else would also like to contribute this before I get finished, please do mention here and go ahead! 😄
Each exercise contains a
test-framework
directory with three files:unity.c
unity.h
unity_internals.h
See https://github.com/exercism/c/tree/main/exercises/practice/acronym/test-framework for an example.
As far as I can tell, these files are compiled for each test run. It would be great if we could pre-compiled these files with the Docker image, which would make running the tests quite a bit faster I think.
We've done the exact same thing for C++: exercism/cpp-test-runner#17
The text was updated successfully, but these errors were encountered: