Criterion testing framework in C packaged by donaldsebleung
This is an unofficial build not endorsed or supported by upstream in any way.
Pull the image:
$ docker pull docker.io/donaldsebleung/criterionPlace the following files in your working directory:
preloaded.h: interfacesolution.c: implementationtests.c: Criterion unit tests
Then, to compile and execute the code:
$ ./run.shBy default, the script assumes you have Docker installed. If you have another container engine such as Podman installed, specify it through CONTAINER_ENGINE:
$ CONTAINER_ENGINE=podman ./run.sh