Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 288 Bytes

File metadata and controls

14 lines (8 loc) · 288 Bytes

Unit Tests

To build the unit tests, execute:

cd unittest
gcc -O unittest.c -o unittest

(Or if you need to make sure there are no warnings:)

gcc -Wall -Wstrict-prototypes -Wshorten-64-to-32 -O unittest.c -o unittest

To execute the tests, simply execute:

./unittest