Sign inSign up

edouardlopez/docker-criterion

By edouardlopez

Updated about 10 years ago

Testing environment for the newbie using Criterion framework

Image
0

285

edouardlopez/docker-criterion repository overview

Docker-criterion

Docker container to run tests with Criterion test framework (a test framework for C language).

Requirements

Usage

  1. Write your tests in tests/sample.c (default) ;

  2. Setup the building environment:

     docker build -t test-my-c .
     
    
  3. Run the tests:

     docker run -v $(pwd)/tests:/tests -t test-my-c
    

Tag summary

Content type

Image

Digest

Size

448.6 MB

Last updated

about 10 years ago

docker pull edouardlopez/docker-criterion