This post originated from an RSS feed registered with Ruby Buzz
by Daniel Berger.
Original Post: C/C++ testing frameworks could use Ruby
Feed Title: Testing 1,2,3...
Feed URL: http://djberg96.livejournal.com/data/rss
Feed Description: A blog on Ruby and other stuff.
I came across this entry the other day regarding the various testing frameworks for pure C/C++ code. I remember trying one or two of these a while back and thinking about how clunky they were in general.
One that came to my attention was CxxText because it uses Perl to generate the test runner. After I saw that I thought to myself, "Self, we have Ruby, we have RubyInline - surely there are some possibilities here".