Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
5b9b39ff
Commit
5b9b39ff
authored
Aug 01, 2018
by
Gennadiy Civil
Browse files
Corresponding CMake Changes
parent
8dea630e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
googletest/CMakeLists.txt
googletest/CMakeLists.txt
+12
-12
No files found.
googletest/CMakeLists.txt
View file @
5b9b39ff
...
@@ -86,7 +86,7 @@ include_directories(
...
@@ -86,7 +86,7 @@ include_directories(
if
(
MSVC AND MSVC_VERSION EQUAL 1700
)
if
(
MSVC AND MSVC_VERSION EQUAL 1700
)
add_definitions
(
/D _VARIADIC_MAX=10
)
add_definitions
(
/D _VARIADIC_MAX=10
)
endif
()
endif
()
########################################################################
########################################################################
#
#
# Defines the gtest & gtest_main libraries. User tests should link
# Defines the gtest & gtest_main libraries. User tests should link
...
@@ -171,28 +171,28 @@ if (gtest_build_tests)
...
@@ -171,28 +171,28 @@ if (gtest_build_tests)
############################################################
############################################################
# C++ tests built with standard compiler flags.
# C++ tests built with standard compiler flags.
cxx_test
(
gtest-death-test
_
test gtest_main
)
cxx_test
(
g
oogle
test-death-test
-
test gtest_main
)
cxx_test
(
gtest_environment_test gtest
)
cxx_test
(
gtest_environment_test gtest
)
cxx_test
(
gtest-filepath
_
test gtest_main
)
cxx_test
(
g
oogle
test-filepath
-
test gtest_main
)
cxx_test
(
gtest-linked
_
ptr
_
test gtest_main
)
cxx_test
(
g
oogle
test-linked
-
ptr
-
test gtest_main
)
cxx_test
(
gtest-listener
_
test gtest_main
)
cxx_test
(
g
oogle
test-listener
-
test gtest_main
)
cxx_test
(
gtest_main_unittest gtest_main
)
cxx_test
(
gtest_main_unittest gtest_main
)
cxx_test
(
gtest-message
_
test gtest_main
)
cxx_test
(
g
oogle
test-message
-
test gtest_main
)
cxx_test
(
gtest_no_test_unittest gtest
)
cxx_test
(
gtest_no_test_unittest gtest
)
cxx_test
(
gtest-options
_
test gtest_main
)
cxx_test
(
g
oogle
test-options
-
test gtest_main
)
cxx_test
(
gtest-param-test
_
test gtest
cxx_test
(
g
oogle
test-param-test
-
test gtest
test/gtest-param-test2
_
test.cc
)
test/g
oogle
test-param-test2
-
test.cc
)
cxx_test
(
gtest-port
_
test gtest_main
)
cxx_test
(
g
oogle
test-port
-
test gtest_main
)
cxx_test
(
gtest_pred_impl_unittest gtest_main
)
cxx_test
(
gtest_pred_impl_unittest gtest_main
)
cxx_test
(
gtest_premature_exit_test gtest
cxx_test
(
gtest_premature_exit_test gtest
test/gtest_premature_exit_test.cc
)
test/gtest_premature_exit_test.cc
)
cxx_test
(
gtest-printers
_
test gtest_main
)
cxx_test
(
g
oogle
test-printers
-
test gtest_main
)
cxx_test
(
gtest_prod_test gtest_main
cxx_test
(
gtest_prod_test gtest_main
test/production.cc
)
test/production.cc
)
cxx_test
(
gtest_repeat_test gtest
)
cxx_test
(
gtest_repeat_test gtest
)
cxx_test
(
gtest_sole_header_test gtest_main
)
cxx_test
(
gtest_sole_header_test gtest_main
)
cxx_test
(
gtest_stress_test gtest
)
cxx_test
(
gtest_stress_test gtest
)
cxx_test
(
gtest-test-part
_
test gtest_main
)
cxx_test
(
g
oogle
test-test-part
-
test gtest_main
)
cxx_test
(
gtest_throw_on_failure_ex_test gtest
)
cxx_test
(
gtest_throw_on_failure_ex_test gtest
)
cxx_test
(
gtest-typed-test_test gtest_main
cxx_test
(
gtest-typed-test_test gtest_main
test/gtest-typed-test2_test.cc
)
test/gtest-typed-test2_test.cc
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment