Only build tests when running "make check", not "make".
This commit is contained in:
parent
d0580eafd3
commit
32d0c3b853
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue