Revision 0e1f97a66af3345e8cae7bed0f67835b18b89260 authored by Thomas Fischer on 19 May 2021, 12:42:20 UTC, committed by Thomas Fischer on 28 May 2021, 12:29:23 UTC
1 parent e9ed281
Raw File
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