This is the second of a three video series to show how to quickly get started with Ceedling for test driven development in C -- by test driving a simple "FizzBuzz" example.
In the previous video we learned what FizzBuzz is, created a new Ceedling project and saw how to create and run unit tests.
In this video we test drive a simple FizzBuzz example in C -- writing the tests as we go -- and using Ceedling to run the tests.
This is the first of a three video series to show how to quickly get started with Ceedling, by test driving a simple "fizzbuzz" example.
In this video we introduce our example problem, create Ceedling project, create a source code module (easily using Ceedling!) and look at how to run the tests.
In the next and final video in this series we'll look at how to use Ceedling to build a release binary.
