Skip to content

Commit

Permalink
Add additional gtest sources to EXTRA_DIST, so that distribution tarb…
Browse files Browse the repository at this point in the history
…alls have all the files they need.
  • Loading branch information
tskisner committed Aug 1, 2017
1 parent 0081639 commit 5b0823d
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion src/libtidas/test/gtest/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ AM_LIBS =
# Append compile and linking flags based on configure variables
include $(top_srcdir)/src/build_options.am

EXTRA_DIST = \
gtest.cc \
gtest-death-test.cc \
gtest_main.cc \
gtest-printers.cc \
gtest-typed-test.cc \
gtest-filepath.cc \
gtest-port.cc \
gtest-test-part.cc

noinst_HEADERS = \
gtest-internal-inl.h \
Expand All @@ -37,11 +46,15 @@ noinst_HEADERS = \
gtest/internal/gtest-param-util-generated.h.pump \
gtest/internal/gtest-param-util.h \
gtest/internal/gtest-port.h \
gtest/internal/gtest-port-arch.h \
gtest/internal/gtest-string.h \
gtest/internal/gtest-tuple.h \
gtest/internal/gtest-tuple.h.pump \
gtest/internal/gtest-type-util.h \
gtest/internal/gtest-type-util.h.pump
gtest/internal/gtest-type-util.h.pump \
gtest/internal/custom/gtest.h \
gtest/internal/custom/gtest-port.h \
gtest/internal/custom/gtest-printers.h

noinst_LTLIBRARIES = libtidas_gtest.la

Expand Down

0 comments on commit 5b0823d

Please sign in to comment.