* src/Makefile.am: use BUILD_TESTS

This commit is contained in:
Dirk-Jan C. Binnema 2011-01-31 09:12:31 +02:00
parent 8d8d0d91e2
commit 354cc421ea
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ include $(top_srcdir)/gtest.mk
# enforce compiling this dir first before decending into tests/
SUBDIRS= .
if HAVE_GTEST
if BUILD_TESTS
SUBDIRS += tests
endif