]> git.ipfire.org Git - thirdparty/ccache.git/commit
Add framework for tests written in C
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 15 Jul 2010 15:16:46 +0000 (17:16 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 15 Jul 2010 23:32:06 +0000 (01:32 +0200)
commitbbdf06a8d4e85abccb361a187fa63711366cf664
tree2ea9c96f6eba9df48e8e96e866cf0b5edf815171
parentbf8a44fa642057c0d186bcb9bc0b181c7d664433
Add framework for tests written in C
.gitignore
Makefile.in
configure.ac
dev.mk.in
test/framework.c [new file with mode: 0644]
test/framework.h [new file with mode: 0644]
test/main.c [new file with mode: 0644]
test/test_util.c [new file with mode: 0644]