/NATest

Testing Framework in Plain C

Primary LanguageCThe UnlicenseUnlicense

Description:
------------

NATest is a small testing framework for Mac and Windows in the programming
language C for everyone.

Email: natest@manderc.com



Quick Start:
------------

- Download package
    git clone https://github.com/Manderby/NATest.git
   
- Use CMake to build.
  There is a CMakeLists.txt file in the code/NATest folder.
  NATest will be built as a static library.

- There is also an example project showing you how to link to the package
  and how to run tests.



Contribute & License:
---------------------
Write Issues on GitHub or write Emails to natest@manderc.com.

License: Public Domain