diff options
author | N.N. <matju@users.sourceforge.net> | 2005-12-29 17:27:13 +0000 |
---|---|---|
committer | N.N. <matju@users.sourceforge.net> | 2005-12-29 17:27:13 +0000 |
commit | 40b27b2ee19c4d6cf5830297f01d23fd9ae5d1ea (patch) | |
tree | 1c767951f96196c0c113021b76db0db11f48a1c1 /README |
read me! (really!)svn2git-root.1
svn path=/trunk/abstractions/pureunity/; revision=4310
Diffstat (limited to 'README')
-rw-r--r-- | README | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -0,0 +1,23 @@ +PureUnity + +Copyright 2006 by Mathieu Bouchard + +$Id: README,v 1.1 2005-12-29 17:27:13 matju Exp $ + +------------------8<--------cut-here--------8<------------------ +GOALS + + 1. Provide a unit-test framework, which also provide benchmarking features, + all made in Pd for use in Pd. + + 2. Provide tests for functionality in internals, externals, abstractions, etc., + in a modularized way, in a DRY/OAOO fashion, thus abstracting out common + features so that many objects share the same test patch for the features + that they have in common. + +------------------8<--------cut-here--------8<------------------ +OVERVIEW + +(write me!) + + |