fmelosilva / check-framework-sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple testing example in C

This is a simple sample written in C using Check Framework. This sample focus on testing some basic properties of an array structure.

Running

Before running, you must install the following dependencies:

Build the test binary

make

After build the test binary, run the test cases

./test

Running with docker

Build test image

docker image build -t test .

Run tests

docker container run -it test

About


Languages

Language:C 88.6%Language:Dockerfile 8.1%Language:Makefile 3.3%