summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorstewartamiles <stewartamiles@40f4469a-5155-0410-be90-2de3f0bae501>2008-08-26 17:51:56 +0000
committerstewartamiles <stewartamiles@40f4469a-5155-0410-be90-2de3f0bae501>2008-08-26 17:51:56 +0000
commite414597c717cee8d64a70c1c6a02b2d588f691b5 (patch)
treeacd6b2821223ee017c9d9a1997f0d6ba4f95263e /ChangeLog
parent1e8d7abef1b83fac2b51fe8e814fb208e8b52614 (diff)
downloadcmocka-e414597c717cee8d64a70c1c6a02b2d588f691b5.tar.gz
cmocka-e414597c717cee8d64a70c1c6a02b2d588f691b5.tar.bz2
cmocka-e414597c717cee8d64a70c1c6a02b2d588f691b5.zip
Tue Aug 26 10:18:02 2008 Google Inc. <opensource@google.com>
* cmockery: initial release: A lightweight library to simplify and generalize the process of writing unit tests for C applications. git-svn-id: http://cmockery.googlecode.com/svn/trunk@3 40f4469a-5155-0410-be90-2de3f0bae501
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 0000000..37b1921
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,5 @@
+Tue Aug 26 10:18:02 2008 Google Inc. <opensource@google.com>
+
+ * cmockery: initial release:
+ A lightweight library to simplify and generalize the process of
+ writing unit tests for C applications.