update make check targets
authorDave Watson <davejwatson@fb.com>
Fri, 27 Jun 2014 17:46:15 +0000 (10:46 -0700)
committerTudor Bosman <tudorb@fb.com>
Tue, 1 Jul 2014 23:42:46 +0000 (16:42 -0700)
commitd175e4ac9e4228304f7e48f477b2585888b8733b
treefac41ef605e331075e4ffc843d53d9ec90aecb9e
parent4bfe9433f7fb582b9ae65449857bbc49b9362d89
update make check targets

Summary:
Update targets so that gtest isn't required unless you run 'make check'.

Simply make everything that uses gtest a 'check_PROGRAM' instead of a 'noinst_PROGRAM'

Test Plan: build folly with 'make -j32', gtest isn't required.

Reviewed By: andrewjcg@fb.com

Subscribers: pavlo, doug

FB internal diff: D1408288
folly/test/Makefile.am