Revision 6a569b4ff342ced4eeb3bedbf695184b33c9de39 authored by Thomas Fischer on 04 March 2021, 13:28:41 UTC, committed by Thomas Fischer on 06 March 2021, 14:44:42 UTC
1 parent 0fe8217
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