Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(911)

Unified Diff: syzygy/pe/unittest_util.cc

Issue 2983783002: Run the integration tests against the Clang instrumented DLL. (Closed)
Patch Set: Address Chris comment. Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « syzygy/pe/unittest_util.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: syzygy/pe/unittest_util.cc
diff --git a/syzygy/pe/unittest_util.cc b/syzygy/pe/unittest_util.cc
index b7cb8fdba90d67a35fe5f10056fcb5f70bde20b5..d6b3130f402e6d8a878986a839a10a341a78c713 100644
--- a/syzygy/pe/unittest_util.cc
+++ b/syzygy/pe/unittest_util.cc
@@ -159,6 +159,8 @@ const wchar_t testing::kIntegrationTestsDllName[] =
L"integration_tests_dll.dll";
const wchar_t testing::kIntegrationTestsDllPdbName[] =
L"integration_tests_dll.dll.pdb";
+const wchar_t testing::kIntegrationTestsClangDllName[] =
+ L"integration_tests_clang_dll.dll";
const wchar_t kNoExportsDllName[] = L"no_exports_dll.dll";
const wchar_t kNoExportsDllPdbName[] = L"no_exports_dll.dll.pdb";
« no previous file with comments | « syzygy/pe/unittest_util.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698