exercism / exercism/c-test-runner

Pre-compile unity code

Open
#24 1 comment 0 reactions 1 assignee Claimed by @wolf99 View on GitHub
Dominant language
C
Stars
6
Forks
7
PR merge metrics
No merged PRs in 30d

Description

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++: https://github.com/exercism/cpp-test-runner/pull/17

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.