blob: 8de7d7e85fa6436ea21acf522d597005ba8543ac [file] [log] [blame]
/* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
file LICENSE.rst or https://cmake.org/licensing for details. */
#pragma once
#include "cmConfigure.h" // IWYU pragma: keep
struct cmTestDiscoveryArgs;
class cmCTestTestHandler;
class cmExecutionStatus;
bool cmCTestDiscoverTests(cmTestDiscoveryArgs const& args,
cmCTestTestHandler* handler,
cmExecutionStatus& status);