From 32d0c3b85386b6a535cac78a0e7d6261e2e0fa3f Mon Sep 17 00:00:00 2001 From: "kenton@google.com" Date: Fri, 7 Nov 2008 18:06:24 +0000 Subject: Only build tests when running "make check", not "make". --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index c2729dab..41d881fd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -204,7 +204,7 @@ unittest_proto_middleman: protoc$(EXEEXT) $(protoc_inputs) $(protoc_outputs): unittest_proto_middleman -noinst_PROGRAMS = protobuf-test +check_PROGRAMS = protobuf-test protobuf_test_LDADD = $(PTHREAD_LIBS) libprotobuf.la libprotoc.la protobuf_test_SOURCES = \ google/protobuf/stubs/common_unittest.cc \ -- cgit v1.2.3