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.
In the next and final video in this series we'll look at how to use Ceedling to build a release binary.