From a614efe206f9d91d1c582d1c00554fa254cdafb0 Mon Sep 17 00:00:00 2001 From: Lei Xu Date: Fri, 25 Dec 2009 17:07:08 +0800 Subject: New formula: check Check is a unit testing framework for C. It features a simple interface for defining unit tests, putting little in the way of the developer. --- Library/Formula/check.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Library/Formula/check.rb (limited to 'Library/Formula') diff --git a/Library/Formula/check.rb b/Library/Formula/check.rb new file mode 100644 index 000000000..8ed858b14 --- /dev/null +++ b/Library/Formula/check.rb @@ -0,0 +1,12 @@ +require 'formula' + +class Check