Tue Aug 26 10:18:02 2008 Google Inc. <opensource@google.com>
authorstewartamiles <stewartamiles@40f4469a-5155-0410-be90-2de3f0bae501>
Tue, 26 Aug 2008 17:51:56 +0000 (17:51 +0000)
committerstewartamiles <stewartamiles@40f4469a-5155-0410-be90-2de3f0bae501>
Tue, 26 Aug 2008 17:51:56 +0000 (17:51 +0000)
commite414597c717cee8d64a70c1c6a02b2d588f691b5
treeacd6b2821223ee017c9d9a1997f0d6ba4f95263e
parent1e8d7abef1b83fac2b51fe8e814fb208e8b52614
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
63 files changed:
AUTHORS [new file with mode: 0644]
COPYING [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
INSTALL [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
Makefile.in [new file with mode: 0644]
NEWS [new file with mode: 0644]
README [new file with mode: 0644]
aclocal.m4 [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
compile [new file with mode: 0755]
config.guess [new file with mode: 0755]
config.sub [new file with mode: 0755]
configure [new file with mode: 0755]
configure.ac [new file with mode: 0644]
depcomp [new file with mode: 0755]
doc/index.html [new file with mode: 0644]
install-sh [new file with mode: 0755]
ltmain.sh [new file with mode: 0644]
m4/ac_have_attribute.m4 [new file with mode: 0644]
m4/ac_rwlock.m4 [new file with mode: 0644]
m4/acx_pthread.m4 [new file with mode: 0644]
m4/compiler_characteristics.m4 [new file with mode: 0644]
m4/google_namespace.m4 [new file with mode: 0644]
m4/namespaces.m4 [new file with mode: 0644]
m4/stl_hash.m4 [new file with mode: 0644]
m4/stl_namespace.m4 [new file with mode: 0644]
missing [new file with mode: 0755]
mkinstalldirs [new file with mode: 0755]
packages/deb.sh [new file with mode: 0755]
packages/deb/README [new file with mode: 0644]
packages/deb/changelog [new file with mode: 0644]
packages/deb/compat [new file with mode: 0644]
packages/deb/control [new file with mode: 0644]
packages/deb/copyright [new file with mode: 0644]
packages/deb/docs [new file with mode: 0644]
packages/deb/libcmockery-dev.dirs [new file with mode: 0644]
packages/deb/libcmockery-dev.install [new file with mode: 0644]
packages/deb/libcmockery0.dirs [new file with mode: 0644]
packages/deb/libcmockery0.install [new file with mode: 0644]
packages/deb/rules [new file with mode: 0755]
packages/rpm.sh [new file with mode: 0755]
packages/rpm/rpm.spec [new file with mode: 0644]
src/cmockery.c [new file with mode: 0755]
src/config.h.in [new file with mode: 0644]
src/example/allocate_module.c [new file with mode: 0644]
src/example/allocate_module_test.c [new file with mode: 0644]
src/example/assert_macro.c [new file with mode: 0644]
src/example/assert_macro_test.c [new file with mode: 0644]
src/example/assert_module.c [new file with mode: 0644]
src/example/assert_module_test.c [new file with mode: 0644]
src/example/calculator.c [new file with mode: 0644]
src/example/calculator_test.c [new file with mode: 0644]
src/example/customer_database.c [new file with mode: 0644]
src/example/customer_database_test.c [new file with mode: 0644]
src/example/database.h [new file with mode: 0644]
src/example/key_value.c [new file with mode: 0644]
src/example/key_value_test.c [new file with mode: 0644]
src/example/product_database.c [new file with mode: 0644]
src/example/product_database_test.c [new file with mode: 0644]
src/example/run_tests.c [new file with mode: 0644]
src/google/cmockery.h [new file with mode: 0755]
windows/makefile [new file with mode: 0644]