aboutsummaryrefslogtreecommitdiff
path: root/test/fuzzers/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'test/fuzzers/BUILD.gn')
-rw-r--r--test/fuzzers/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fuzzers/BUILD.gn b/test/fuzzers/BUILD.gn
index ec09b2b0..2aef4e8f 100644
--- a/test/fuzzers/BUILD.gn
+++ b/test/fuzzers/BUILD.gn
@@ -48,6 +48,7 @@ template("spvtools_fuzzer") {
source_set(target_name) {
testonly = true
sources = invoker.sources
+ sources += [ "random_generator.cpp" ]
deps = [
"../..:spvtools",
"../..:spvtools_opt",