Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
googletest
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
googletest
Commits
5b9b39ff
Commit
5b9b39ff
authored
Aug 01, 2018
by
Gennadiy Civil
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Corresponding CMake Changes
parent
8dea630e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
CMakeLists.txt
googletest/CMakeLists.txt
+12
-12
No files found.
googletest/CMakeLists.txt
View file @
5b9b39ff
...
...
@@ -86,7 +86,7 @@ include_directories(
if
(
MSVC AND MSVC_VERSION EQUAL 1700
)
add_definitions
(
/D _VARIADIC_MAX=10
)
endif
()
########################################################################
#
# Defines the gtest & gtest_main libraries. User tests should link
...
...
@@ -171,28 +171,28 @@ if (gtest_build_tests)
############################################################
# C++ tests built with standard compiler flags.
cxx_test
(
g
test-death-test_
test gtest_main
)
cxx_test
(
g
oogletest-death-test-
test gtest_main
)
cxx_test
(
gtest_environment_test gtest
)
cxx_test
(
g
test-filepath_
test gtest_main
)
cxx_test
(
g
test-linked_ptr_
test gtest_main
)
cxx_test
(
g
test-listener_
test gtest_main
)
cxx_test
(
g
oogletest-filepath-
test gtest_main
)
cxx_test
(
g
oogletest-linked-ptr-
test gtest_main
)
cxx_test
(
g
oogletest-listener-
test gtest_main
)
cxx_test
(
gtest_main_unittest gtest_main
)
cxx_test
(
g
test-message_
test gtest_main
)
cxx_test
(
g
oogletest-message-
test gtest_main
)
cxx_test
(
gtest_no_test_unittest gtest
)
cxx_test
(
g
test-options_
test gtest_main
)
cxx_test
(
g
test-param-test_
test gtest
test/g
test-param-test2_
test.cc
)
cxx_test
(
g
test-port_
test gtest_main
)
cxx_test
(
g
oogletest-options-
test gtest_main
)
cxx_test
(
g
oogletest-param-test-
test gtest
test/g
oogletest-param-test2-
test.cc
)
cxx_test
(
g
oogletest-port-
test gtest_main
)
cxx_test
(
gtest_pred_impl_unittest gtest_main
)
cxx_test
(
gtest_premature_exit_test gtest
test/gtest_premature_exit_test.cc
)
cxx_test
(
g
test-printers_
test gtest_main
)
cxx_test
(
g
oogletest-printers-
test gtest_main
)
cxx_test
(
gtest_prod_test gtest_main
test/production.cc
)
cxx_test
(
gtest_repeat_test gtest
)
cxx_test
(
gtest_sole_header_test gtest_main
)
cxx_test
(
gtest_stress_test gtest
)
cxx_test
(
g
test-test-part_
test gtest_main
)
cxx_test
(
g
oogletest-test-part-
test gtest_main
)
cxx_test
(
gtest_throw_on_failure_ex_test gtest
)
cxx_test
(
gtest-typed-test_test gtest_main
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