diff options
Diffstat (limited to 'mojo/public/c/system/tests/BUILD.gn')
-rw-r--r-- | mojo/public/c/system/tests/BUILD.gn | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mojo/public/c/system/tests/BUILD.gn b/mojo/public/c/system/tests/BUILD.gn index 02b591a..67e166d 100644 --- a/mojo/public/c/system/tests/BUILD.gn +++ b/mojo/public/c/system/tests/BUILD.gn @@ -20,8 +20,7 @@ source_set("tests") { } # GYP version: mojo/mojo_base.gyp:mojo_public_system_perftests -executable("perftests") { - testonly = true +test("perftests") { output_name = "mojo_public_system_perftests" sources = [ |