Revision dffc636b9639c04d1bd25eec9ed32645a1f583be authored by Wenqing Wang on 14 May 2021, 14:50:46 UTC, committed by Wenqing Wang on 17 May 2021, 08:34:44 UTC
1 parent a829392
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