From 9d9aa3cfb94c11d376c2aa5bf65f9ae42359e563 Mon Sep 17 00:00:00 2001 From: David Höppner Date: Mon, 30 Aug 2010 16:43:32 +0200 Subject: New formula cpptest CppTest is a portable and powerful, yet simple, unit testing framework for handling automated tests in C++. The focus lies on usability and extendability. --- Library/Formula/cpptest.rb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Library/Formula/cpptest.rb (limited to 'Library/Formula') diff --git a/Library/Formula/cpptest.rb b/Library/Formula/cpptest.rb new file mode 100644 index 000000000..effca1385 --- /dev/null +++ b/Library/Formula/cpptest.rb @@ -0,0 +1,13 @@ +require 'formula' + +class Cpptest