blob: f1b3dea1313f101c90aa930686884022bf595b9a [file] [log] [blame]
// Copyright 2018 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.
#ifndef SRC_PERFORMANCE_CPUPERF_TESTS_RUN_TEST_H_
#define SRC_PERFORMANCE_CPUPERF_TESTS_RUN_TEST_H_
#include <lib/syslog/cpp/log_settings.h>
#include <lib/zx/job.h>
#include <lib/zx/process.h>
#include <lib/zx/time.h>
#include <string>
#include <vector>
bool RunSpec(const std::string& spec_file_path, const syslog::LogSettings& log_settings);
#endif // SRC_PERFORMANCE_CPUPERF_TESTS_RUN_TEST_H_