Installation $ git clone https://github.com/Snaipe/Criterion.git $ cd Criterion $ ./autogen.sh && ./configure && make && sudo make install Given a test file named test.c, compile it with -lcriterion : $ gcc -o
Installation $ git clone https:///Snaipe/Criterion.git $ cd Criterion $ ./autogen.sh && ./configure && make && sudo make install 1. 2. 3. Given a test file named test.c, compile it with -lcriterion : $ gcc -o test test.c -lcriterion 1. Samples Sample tests can be found in ...