https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: a455d3fd94b63e01ca480730b1edd9a6a3b8d7da authored by Lars Bilke on 20 April 2022, 10:40:06 UTC
Merge branch 'update-web' into 'master'
Tip revision: a455d3f
TestInfo.h
/**
 * \brief  Test information.
 *
 * \file
 * \copyright
 * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org)
 *            Distributed under a Modified BSD License.
 *              See accompanying file LICENSE.txt or
 *              http://www.opengeosys.org/project/license
 *
 */

#pragma once

#include <string>

#include "testinfolib_export.h"

namespace TestInfoLib
{

namespace TestInfo
{
    extern TESTINFOLIB_EXPORT const std::string data_path;
}  // namespace
}  // namespace
back to top