Testing environment for the newbie using Criterion framework
285
Docker container to run tests with Criterion test framework (a test framework for C language).
docker engine ;Write your tests in tests/sample.c (default) ;
Setup the building environment:
docker build -t test-my-c .
Run the tests:
docker run -v $(pwd)/tests:/tests -t test-my-c
Content type
Image
Digest
Size
448.6 MB
Last updated
about 10 years ago
docker pull edouardlopez/docker-criterion