[GSOC] Have the testsuite built when the 'check' target is invoked.
authorAndres Mejia <amejia004@gmail.com>
Tue, 19 Jun 2012 15:18:58 +0000 (11:18 -0400)
committerAndres Mejia <amejia004@gmail.com>
Wed, 5 Sep 2012 19:07:36 +0000 (15:07 -0400)
commitec9ed53fc1c67ae26133490704e39a3f7f7e3cee
treeba3318e8964877fa8643562db31996568f54d411
parentcda15bbd46de0884b663df156e9ccab1a056ff2f
[GSOC] Have the testsuite built when the 'check' target is invoked.
Support a separate target named 'testsuite' which builds the test suite
without running it.

Also note that a configure option (--enable-gtest) must explicitely
be set in order to configure the Google Test Framework. If it is
not set, running the 'check,' 'testsuite,' or 'testframework,'
make targets will simply display a message saying the framework
has not been configured.
Makefile.in
Makefile.include.in
configure.in
xbmc/threads/test/Makefile
xbmc/utils/test/Makefile