more fixes
This commit is contained in:
		@@ -262,7 +262,7 @@ if (gtest_build_tests)
 | 
				
			|||||||
  endif()
 | 
					  endif()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  cxx_executable_with_flags(
 | 
					  cxx_executable_with_flags(
 | 
				
			||||||
    gtest_catch_exceptions_ex_test_
 | 
					    googletest-catch-exceptions-ex-test_
 | 
				
			||||||
    "${cxx_exception}"
 | 
					    "${cxx_exception}"
 | 
				
			||||||
    gtest_main
 | 
					    gtest_main
 | 
				
			||||||
    test/googletest-catch-exceptions-test_.cc)
 | 
					    test/googletest-catch-exceptions-test_.cc)
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -31,7 +31,7 @@
 | 
				
			|||||||
"""Tests Google Test's exception catching behavior.
 | 
					"""Tests Google Test's exception catching behavior.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This script invokes googletest-catch-exceptions-test_ and
 | 
					This script invokes googletest-catch-exceptions-test_ and
 | 
				
			||||||
gtest_catch_exceptions_ex_test_ (programs written with
 | 
					googletest-catch-exceptions-ex-test_ (programs written with
 | 
				
			||||||
Google Test) and verifies their output.
 | 
					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'
 | 
					NO_CATCH_EXCEPTIONS_FLAG = FLAG_PREFIX + 'catch_exceptions=0'
 | 
				
			||||||
FILTER_FLAG = FLAG_PREFIX + 'filter'
 | 
					FILTER_FLAG = FLAG_PREFIX + 'filter'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Path to the gtest_catch_exceptions_ex_test_ binary, compiled with
 | 
					# Path to the googletest-catch-exceptions-ex-test_ binary, compiled with
 | 
				
			||||||
# exceptions enabled.
 | 
					# exceptions enabled.
 | 
				
			||||||
EX_EXE_PATH = gtest_test_utils.GetTestExecutablePath(
 | 
					EX_EXE_PATH = gtest_test_utils.GetTestExecutablePath(
 | 
				
			||||||
    'googletest-catch-exceptions-ex-test_')
 | 
					    'googletest-catch-exceptions-ex-test_')
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user