cmake fixes

This commit is contained in:
Gennadiy Civil 2018-08-02 16:01:00 -04:00
parent 930f0f86e3
commit b7244ff37c
2 changed files with 5 additions and 5 deletions

View File

@ -243,7 +243,7 @@ if (gtest_build_tests)
cxx_test_with_flags(gtest_use_own_tuple_test "${cxx_use_own_tuple}"
gtest_main_use_own_tuple
test/googletest-param-test-test.cc test/gtest-param-test2_test.cc)
test/googletest-param-test-test.cc test/googletest-param-test2-test.cc)
endif()
############################################################
@ -271,7 +271,7 @@ if (gtest_build_tests)
cxx_executable(googletest-color-test_ test gtest)
py_test(gtest_color_test)
cxx_executable(gtest_env_var_test_ test gtest)
cxx_executable(googletest-env-var-test_ test gtest)
py_test(gtest_env_var_test)
cxx_executable(googletest-filter-unittest_ test gtest)

View File

@ -53,8 +53,8 @@ EXTRA_DIST += \
test/gtest-listener_test.cc \
test/gtest-message_test.cc \
test/gtest-options_test.cc \
test/gtest-param-test2_test.cc \
test/gtest-param-test2_test.cc \
test/googletest-param-test2-test.cc \
test/googletest-param-test2-test.cc \
test/googletest-param-test-test.cc \
test/googletest-param-test-test.cc \
test/gtest-param-test_test.h \
@ -70,7 +70,7 @@ EXTRA_DIST += \
test/googletest-break-on-failure-unittest_.cc \
test/googletest-catch-exceptions-test_.cc \
test/googletest-color-test_.cc \
test/gtest_env_var_test_.cc \
test/googletest-env-var-test_.cc \
test/gtest_environment_test.cc \
test/googletest-filter-unittest_.cc \
test/gtest_help_test_.cc \