Changeset [4f3e28bd80a4df582f853d935f7bd26d8cd01049] by Thell Fowler
February 5th, 2010 @ 04:50 PM
project: version 1.4 Update
- Remove our dependency on Boost tuple from the VC 8 project.
- Use vsprop sheets to enable creation of side-by-side Debug and Release build configs.
- Alter the post build event to filter the FatalFail tests from within the VS IDE since it causes the post build event watcher to believe that the build failed even though all tests pass. Those tests are still completely enabled and can be run from the command line if desired.
[#3]
Signed-off-by: Thell Fowler git@tbfowler.name
http://github.com/npp-community/nppcr_googletest/commit/4f3e28bd80a...
Committed by Thell Fowler
- A codegear/gtest.cbproj
- A codegear/gtest.groupproj
- A codegear/gtest_all.cc
- A codegear/gtest_link.cc
- A codegear/gtest_main.cbproj
- A codegear/gtest_unittest.cbproj
- A include/gtest/internal/gtest-tuple.h
- A include/gtest/internal/gtest-tuple.h.pump
- A m4/acx_pthread.m4
- A samples/sample10_unittest.cc
- A samples/sample9_unittest.cc
- A scons/SConstruct
- A scons/SConstruct.common
- A test/gtest-listener_test.cc
- A test/gtest-tuple_test.cc
- A test/gtest-unittest-api_test.cc
- A test/gtest_shuffle_test.py
- A test/gtest_shuffle_test_.cc
- A xcode/Config/StaticLibraryTarget.xcconfig
- R msvc/gtest_color_test_.8.vcproj
- R msvc/gtest_color_test_.9.vcproj
- R msvc/gtest_env_var_test_.8.vcproj
- R msvc/gtest_env_var_test_.9.vcproj
- R msvc/gtest_environment_test.8.vcproj
- R msvc/gtest_environment_test.9.vcproj
- R msvc/gtest_output_test_.8.vcproj
- R msvc/gtest_output_test_.9.vcproj
- R msvc/gtest_uninitialized_test_.8.vcproj
- R msvc/gtest_uninitialized_test_.9.vcproj
- R xcode/Config/InternalPythonTestTarget.xcconfig
- R xcode/Config/InternalTestTarget.xcconfig
- M CHANGES
- M CONTRIBUTORS
- M Makefile.am
- M Makefile.in
- M README
- M aclocal.m4
- M build-aux/config.guess
- M build-aux/config.h.in
- M build-aux/config.sub
- M build-aux/depcomp
- M build-aux/install-sh
- M build-aux/ltmain.sh
- M build-aux/missing
- M configure
- M configure.ac
- M include/gtest/gtest-death-test.h
- M include/gtest/gtest-message.h
- M include/gtest/gtest-param-test.h
- M include/gtest/gtest-spi.h
- M include/gtest/gtest-test-part.h
- M include/gtest/gtest.h
- M include/gtest/internal/gtest-death-test-internal.h
- M include/gtest/internal/gtest-internal.h
- M include/gtest/internal/gtest-param-util-generated.h
- M include/gtest/internal/gtest-param-util-generated.h.pump
- M include/gtest/internal/gtest-param-util.h
- M include/gtest/internal/gtest-port.h
- M include/gtest/internal/gtest-string.h
- M include/gtest/internal/gtest-type-util.h
- M include/gtest/internal/gtest-type-util.h.pump
- M make/Makefile
- M msvc/gtest.8.sln
- M msvc/gtest.9.sln
- M msvc/gtest_unittest.8.vcproj
- M msvc/gtest_unittest.9.vcproj
- M scons/SConscript
- M scripts/fuse_gtest_files.py
- M scripts/gen_gtest_pred_impl.py
- M src/gtest-death-test.cc
- M src/gtest-filepath.cc
- M src/gtest-internal-inl.h
- M src/gtest-port.cc
- M src/gtest-test-part.cc
- M src/gtest-typed-test.cc
- M src/gtest.cc
- M test/gtest-death-test_test.cc
- M test/gtest-filepath_test.cc
- M test/gtest-options_test.cc
- M test/gtest-param-test_test.cc
- M test/gtest-port_test.cc
- M test/gtest-test-part_test.cc
- M test/gtest-typed-test_test.cc
- M test/gtest-typed-test_test.h
- M test/gtest_break_on_failure_unittest.py
- M test/gtest_color_test.py
- M test/gtest_env_var_test.py
- M test/gtest_filter_unittest.py
- M test/gtest_filter_unittest_.cc
- M test/gtest_help_test.py
- M test/gtest_list_tests_unittest.py
- M test/gtest_list_tests_unittest_.cc
- M test/gtest_nc_test.py
- M test/gtest_output_test.py
- M test/gtest_output_test_.cc
- M test/gtest_output_test_golden_lin.txt
- M test/gtest_output_test_golden_win.txt
- M test/gtest_repeat_test.cc
- M test/gtest_stress_test.cc
- M test/gtest_test_utils.py
- M test/gtest_throw_on_failure_test.py
- M test/gtest_uninitialized_test.py
- M test/gtest_unittest.cc
- M test/gtest_xml_outfiles_test.py
- M test/gtest_xml_output_unittest.py
- M test/gtest_xml_output_unittest_.cc
- M test/gtest_xml_test_utils.py
- M xcode/Config/FrameworkTarget.xcconfig
- M xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/project.pbxproj
- M xcode/Scripts/runtests.sh
- M xcode/gtest.xcodeproj/project.pbxproj
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Google Testing Framework for use with Notepad++ Community Release