Revision f44c0e5677257078e99c30d4827eb1b434be1c24 authored by Norbert Grunwald on 17 June 2021, 18:51:20 UTC, committed by Dmitri Naumov on 04 July 2021, 11:38:50 UTC
1 parent e3d1c23
Raw File
TestInfo.h
/**
 * \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
 *
 */

#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