larsthorup / unity-demo

Sample C Unit testing example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unity-demo

Sample C Unit testing example

  • Compiles with Visual C++ on Windows
  • Open a Visual Studio Command Prompt
  • compile with "nmake build"
  • run tests with "nmake test"
  • run app with "nmake run"

About

Sample C Unit testing example


Languages

Language:C 98.3%Language:Makefile 0.9%Language:C++ 0.9%