Revision d4ccedef649c3c4e0563f751cf9f716f5d8bd10e authored by Lars Bilke on 19 July 2021, 09:10:22 UTC, committed by Lars Bilke on 20 July 2021, 18:41:53 UTC
1 parent 5e78f93
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