Are there any good open source BDD tools for C/C++?

srboisvert picture srboisvert · Oct 11, 2008 · Viewed 12.9k times · Source

I love the Ruby RSpec BDD development style. Are there any good tools for doing this with C/C++?

Answer

ejgottl picture ejgottl · Oct 11, 2008

cspec is for C. Presumably it will work with C++. There is a list of tools for various languages on the Behavior Driven Development Wikipedia page.