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

Unified Diff: testing/libfuzzer/BUILD.gn

Issue 1578413002: [libfuzzer] unittest-style main driver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 4 years, 11 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
Index: testing/libfuzzer/BUILD.gn
diff --git a/testing/libfuzzer/BUILD.gn b/testing/libfuzzer/BUILD.gn
index d5ec632604119544532fa2e3d753ada6c6c98389..735afd774acf8418d538717e6262c03d2d55abd5 100644
--- a/testing/libfuzzer/BUILD.gn
+++ b/testing/libfuzzer/BUILD.gn
@@ -32,6 +32,8 @@ static_library("libfuzzer_main") {
]
} else if (use_drfuzz) {
sources += [ "drfuzz_main.cc" ]
+ } else {
+ sources += [ "unittest_main.cc" ]
}
}
« no previous file with comments | « BUILD.gn ('k') | testing/libfuzzer/fuzzers/BUILD.gn » ('j') | testing/libfuzzer/unittest_main.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698