This is a simple sample written in C using Check Framework. This sample focus on testing some basic properties of an array structure.
Before running, you must install the following dependencies:
Build the test binary
make
After build the test binary, run the test cases
./test
Build test image
docker image build -t test .
Run tests
docker container run -it test