https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 67e9fc54435746f4e4ea4c3bbd60ef997f2c9e75 authored by Tom Fischer on 10 May 2023, 11:10:00 UTC
Merge branch 'RasterImprovements' into 'master'
Tip revision: 67e9fc5
TestInfo.h
/**
 * \brief  Test information.
 *
 * \file
 * \copyright
 * Copyright (c) 2012-2023, 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