From c2082874578fd097977dd1484b98d4cc226fb2ff Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Sun, 9 Sep 2007 05:55:50 +0000 Subject: [NEW PORT] devel/cunit: An automated unit testing framework for C CUnit is a lightweight system for writing, administering, and running unit tests in C. It provides C programmers a basic testing functionality with a flexible variety of user interfaces. CUnit is built as a static library which is linked with the user's testing code. It uses a simple framework for building test structures, and provides a rich set of assertions for testing common data types. In addition, several different interfaces are provided for running tests and reporting results. WWW: http://cunit.sourceforge.net/ PR: ports/114934 Submitted by: Stefan Pauly --- devel/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'devel/Makefile') diff --git a/devel/Makefile b/devel/Makefile index 95c36d72cabf..9b956d8db0b8 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -195,6 +195,7 @@ SUBDIR += cssc SUBDIR += cstringbuffer SUBDIR += ctags + SUBDIR += cunit SUBDIR += cut SUBDIR += cutils SUBDIR += cvs+ipv6 -- cgit v1.2.3