https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 67881291c25c1f3ad3ee7a76ffd13fd9d38a540d authored by Lars Bilke on 26 April 2021, 08:11:55 UTC
Merge branch 'fix-frontend' into 'master'
Tip revision: 6788129
TestInfo.cpp.in
/**
 * \brief  Test information.
 *
 * \file
 * \copyright
 * Copyright (c) 2012-2021, OpenGeoSys Community (http://www.opengeosys.org)
 *            Distributed under a Modified BSD License.
 *              See accompanying file LICENSE.txt or
 *              http://www.opengeosys.org/project/license
 *
 */

#include "InfoLib/TestInfo.h"

namespace TestInfoLib
{

namespace TestInfo
{
    const std::string data_path("@Data_SOURCE_DIR@");
}
}
back to top