blob: 371e486bdf7197950207876f081ce6418658bd32 [file] [log] [blame]
// Copyright 2020 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
syntax = "proto3";
package recipe_modules.fuchsia.recipe_testing;
message InputProperties {
int32 recipe_depth = 1;
// Set to true to expose to recipes that they are being tested by this module.
bool enabled = 2;
}