UPCUnit - A unit test extension for UPC

upc

UPCUnit is a CUnit test extension for Unified Parallel C(UPC) programming language. It addresses the UPC-specific issues which CUnit does not cover, like collective test of returned values, reorganize of threads’ output, etc. Currently, only the basic non-interactive console is released.

UPCUnit is released in LGPL, as CUnit, also depends on CUnit.

It is almost full-fledged for daily use since it targets the test automation, do we really care about the interface and output when debugging? If there are some feedback or feature request from the community, I might consider to add other interfaces like ncurses, XML.

You can download the tarball from here.