diff options
Diffstat (limited to 'test/googletest')
| -rw-r--r-- | test/googletest/Makefile.am | 12 | ||||
| -rw-r--r-- | test/googletest/include/Makefile.am | 1 | ||||
| -rw-r--r-- | test/googletest/include/gtest/Makefile.am | 13 | ||||
| -rw-r--r-- | test/googletest/include/gtest/internal/Makefile.am | 17 | ||||
| -rw-r--r-- | test/googletest/include/gtest/internal/custom/Makefile.am | 4 | ||||
| -rw-r--r-- | test/googletest/src/Makefile.am | 12 |
6 files changed, 0 insertions, 59 deletions
diff --git a/test/googletest/Makefile.am b/test/googletest/Makefile.am deleted file mode 100644 index 88e6241d..00000000 --- a/test/googletest/Makefile.am +++ /dev/null @@ -1,12 +0,0 @@ -AUTOMAKE_OPTIONS = subdir-objects - -SUBDIRS = src include - -AM_CPPFLAGS = -I$(top_srcdir)/test/googletest/include - -noinst_LTLIBRARIES = libgtest.la - -libgtest_la_LDFLAGS = -no-undefined -libgtest_la_SOURCES = src/gtest-all.cc - -EXTRA_DIST = CMakeLists.txt.in diff --git a/test/googletest/include/Makefile.am b/test/googletest/include/Makefile.am deleted file mode 100644 index b1f917b2..00000000 --- a/test/googletest/include/Makefile.am +++ /dev/null @@ -1 +0,0 @@ -SUBDIRS = gtest diff --git a/test/googletest/include/gtest/Makefile.am b/test/googletest/include/gtest/Makefile.am deleted file mode 100644 index 31af347b..00000000 --- a/test/googletest/include/gtest/Makefile.am +++ /dev/null @@ -1,13 +0,0 @@ -SUBDIRS = internal -EXTRA_DIST = \ - gtest-death-test.h \ - gtest.h \ - gtest-message.h \ - gtest-param-test.h \ - gtest-param-test.h.pump \ - gtest_pred_impl.h \ - gtest-printers.h \ - gtest_prod.h \ - gtest-spi.h \ - gtest-test-part.h \ - gtest-typed-test.h diff --git a/test/googletest/include/gtest/internal/Makefile.am b/test/googletest/include/gtest/internal/Makefile.am deleted file mode 100644 index a6da4313..00000000 --- a/test/googletest/include/gtest/internal/Makefile.am +++ /dev/null @@ -1,17 +0,0 @@ -SUBDIRS = custom - -EXTRA_DIST = \ - gtest-death-test-internal.h \ - gtest-filepath.h \ - gtest-internal.h \ - gtest-linked_ptr.h \ - gtest-param-util-generated.h \ - gtest-param-util-generated.h.pump \ - gtest-param-util.h \ - gtest-port-arch.h \ - gtest-port.h \ - gtest-string.h \ - gtest-tuple.h \ - gtest-tuple.h.pump \ - gtest-type-util.h \ - gtest-type-util.h.pump diff --git a/test/googletest/include/gtest/internal/custom/Makefile.am b/test/googletest/include/gtest/internal/custom/Makefile.am deleted file mode 100644 index f8affb3c..00000000 --- a/test/googletest/include/gtest/internal/custom/Makefile.am +++ /dev/null @@ -1,4 +0,0 @@ -EXTRA_DIST = \ - gtest.h \ - gtest-port.h \ - gtest-printers.h diff --git a/test/googletest/src/Makefile.am b/test/googletest/src/Makefile.am deleted file mode 100644 index 45f9ad08..00000000 --- a/test/googletest/src/Makefile.am +++ /dev/null @@ -1,12 +0,0 @@ -EXTRA_DIST = \ - gtest-all.cc \ - gtest.cc \ - gtest-death-test.cc \ - gtest-filepath.cc \ - gtest_main.cc \ - gtest-port.cc \ - gtest-printers.cc \ - gtest-test-part.cc \ - gtest-typed-test.cc \ - gtest-internal-inl.h - |
