           
                   UPCUnit: A  Unit Testing Framework Extension

UPCUnit is a Unit testing framework extension for UPC based upon CUnit.


What is new in UPCUnit?

UPCUnit provides UPC-aware interface to interoperate with the CUnit framework,
which handles the collective test of return value, organization of the 
output from threads, etc. Currently, only the basic non-interactive console 
is provided. 


How to build UPCUnit?

You need to install CUnit first, after that:

  ./configure
  make 
  make install

What's installed
  libupcunit.a (library file)
  upcu_basic.h (Basic interface header file)


How to use UPCUnit

Please read CUnit documentation for more detailed information. UPCUnit's
basic interface is exactly the same as basic interface from CUnit, you  
find a good start on examples/simple_test.upc. 



