ref: 86c0f178ef534e177cd810c11e4a02667a9b0079
parent: a89513c073cd6764e9132b260f696fcf3d558816
author: Martin Storsjö <[email protected]>
date: Thu Jan 9 07:44:32 EST 2014
Add a dependency on the unittest in the "make test" rule This makes sure "make test" succeeds without building anything beforehand.
--- a/Makefile
+++ b/Makefile
@@ -84,7 +84,7 @@
gtest-bootstrap:
svn co https://googletest.googlecode.com/svn/trunk/ gtest
-test:
+test: codec_unittest
./codec_unittest
include codec/common/targets.mk