Skip to content

Instantly share code, notes, and snippets.

@diegopacheco
Created May 4, 2018 04:32
Check Unit Testing with C - Part 6 - ./build.sh
$ ./build.sh
Running suite(s): CalcTest
 [PASS] Test: 1 + 1 == 2 
 [PASS] Test: 1 - 1 == 0 
 [PASS] Test: 5 * 5 == 25 
 [PASS] Test: 5 / 5 == 1 
100%: Checks: 1, Failures: 0, Errors: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment