diff options
Diffstat (limited to 'chrome_frame/test/run_all_unittests.cc')
-rw-r--r-- | chrome_frame/test/run_all_unittests.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome_frame/test/run_all_unittests.cc b/chrome_frame/test/run_all_unittests.cc index b5727e5..88e6f5c 100644 --- a/chrome_frame/test/run_all_unittests.cc +++ b/chrome_frame/test/run_all_unittests.cc @@ -15,6 +15,7 @@ #include "chrome_frame/crash_server_init.h" #include "chrome_frame/test/chrome_frame_test_utils.h" #include "chrome_frame/test/chrome_frame_ui_test_utils.h" +#include "chrome_frame/test/ie_configurator.h" #include "chrome_frame/test/test_scrubber.h" #include "chrome_frame/test_utils.h" #include "chrome_frame/utils.h" @@ -76,6 +77,8 @@ int main(int argc, char **argv) { if (!CommandLine::ForCurrentProcess()->HasSwitch(kNoLogCollector)) logging_win::InstallTestLogCollector(testing::UnitTest::GetInstance()); + chrome_frame_test::InstallIEConfigurator(); + chrome_frame_test::InstallTestScrubber(testing::UnitTest::GetInstance()); int ret = -1; |