assert.h

Single-file assertion library for C
git clone git://git.finwo.net/lib/assert.h
Log | Files | Refs | README

README.md (232B)


      1 Example
      2 =======
      3 
      4 This directory contains an example usage of the c-assert library, of how you
      5 might use it in a project when **not** mixing application code with the tests.
      6 
      7 To build:
      8 
      9 ```sh
     10 make
     11 ```
     12 
     13 To test:
     14 
     15 ```sh
     16 make tests
     17 ```