]> git.ipfire.org Git - thirdparty/ccache.git/commit
Add object file comparison check for numerous tests
authorDavid Givone <david@givone.net>
Sun, 9 Sep 2012 23:55:37 +0000 (16:55 -0700)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 8 Oct 2012 19:05:32 +0000 (21:05 +0200)
commit6cca82a5bacfeee5952062388e33a1d5997d04a3
tree6e9271139e55889ffd60249bb254a3642c88bd51
parenta46c996deeea228bba5c52405ad0b98875da1076
Add object file comparison check for numerous tests

Comparing the output of ccache and direct compilation is a useful check to
make sure we are creating the same object file. It is especially useful
when performing 2 stage compilation like ccache does when CCACHE_CPP2 is
not set.
test.sh