Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pre-compile unity code #24

Open
ErikSchierboom opened this issue May 14, 2021 · 1 comment
Open

Pre-compile unity code #24

ErikSchierboom opened this issue May 14, 2021 · 1 comment
Assignees

Comments

@ErikSchierboom
Copy link
Member

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

@wolf99
Copy link
Contributor

wolf99 commented May 14, 2021

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! 😄

@wolf99 wolf99 self-assigned this Oct 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants