Revision daf7639ec38f7a31da0bd1baea29c45376b7d8c8 authored by Kitware Robot on 06 September 2023, 04:01:14 UTC, committed by Kitware Robot on 06 September 2023, 04:01:14 UTC
1 parent 98e1bea
Raw File
cmAddTestCommand.h
/* Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
   file Copyright.txt or https://cmake.org/licensing for details.  */
#pragma once

#include "cmConfigure.h" // IWYU pragma: keep

#include <string>
#include <vector>

class cmExecutionStatus;

bool cmAddTestCommand(std::vector<std::string> const& args,
                      cmExecutionStatus& status);
back to top