Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 366 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 366 Bytes

UNIT TESTS

This repository contains some simple unit tests using the check framework. It is setup to handle multiple unit test files all located int the test/ directory.

Running

  • cd to the build/ directory
  • run make to compile main executable
  • run make check to compile and run unit tests
  • run make clean to delete object files and executables