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
0d29f970
Commit
0d29f970
authored
Aug 02, 2018
by
Gennadiy Civil
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more fixes
parent
95c313e6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
CMakeLists.txt
googletest/CMakeLists.txt
+1
-1
googletest-catch-exceptions-test.py
googletest/test/googletest-catch-exceptions-test.py
+2
-2
No files found.
googletest/CMakeLists.txt
View file @
0d29f970
...
...
@@ -262,7 +262,7 @@ if (gtest_build_tests)
endif
()
cxx_executable_with_flags
(
g
test_catch_exceptions_ex_
test_
g
oogletest-catch-exceptions-ex-
test_
"
${
cxx_exception
}
"
gtest_main
test/googletest-catch-exceptions-test_.cc
)
...
...
googletest/test/googletest-catch-exceptions-test.py
View file @
0d29f970
...
...
@@ -31,7 +31,7 @@
"""Tests Google Test's exception catching behavior.
This script invokes googletest-catch-exceptions-test_ and
g
test_catch_exceptions_ex_
test_ (programs written with
g
oogletest-catch-exceptions-ex-
test_ (programs written with
Google Test) and verifies their output.
"""
...
...
@@ -45,7 +45,7 @@ LIST_TESTS_FLAG = FLAG_PREFIX + 'list_tests'
NO_CATCH_EXCEPTIONS_FLAG
=
FLAG_PREFIX
+
'catch_exceptions=0'
FILTER_FLAG
=
FLAG_PREFIX
+
'filter'
# Path to the g
test_catch_exceptions_ex_
test_ binary, compiled with
# Path to the g
oogletest-catch-exceptions-ex-
test_ binary, compiled with
# exceptions enabled.
EX_EXE_PATH
=
gtest_test_utils
.
GetTestExecutablePath
(
'googletest-catch-exceptions-ex-test_'
)
...
...
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