aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorN.N. <matju@users.sourceforge.net>2005-12-29 17:27:13 +0000
committerN.N. <matju@users.sourceforge.net>2005-12-29 17:27:13 +0000
commit40b27b2ee19c4d6cf5830297f01d23fd9ae5d1ea (patch)
tree1c767951f96196c0c113021b76db0db11f48a1c1
read me! (really!)svn2git-root.1
svn path=/trunk/abstractions/pureunity/; revision=4310
-rw-r--r--README23
1 files changed, 23 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..8f33f1c
--- /dev/null
+++ b/README
@@ -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!)
+
+