From: Eric Mahurin Date: 2008-02-13T02:12:55+09:00 Subject: Re: How do C programmers do unit testing? ------=_Part_5616_21754941.1202836382410 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On Feb 12, 2008 10:55 AM, M. Edward (Ed) Borasky wrote: > This may seem like a silly question, but how do C programmers (assume > gcc/linux for now) do behavior-driven/test-driven development? Aside > from the obvious cheat (using RSpec to compile, link and execute the C > code) are there tools in C to do this? > > I use boost::test since boost is a standard linux install package. boost has a bunch of great things to complement stl. ------=_Part_5616_21754941.1202836382410--