https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: ad15e3c636379ead28eb99ec65c80209d843240a authored by Christoph Lehmann on 12 January 2023, 20:07:54 UTC
Merge branch 'SeabedResponse' into 'master'
Tip revision: ad15e3c
TestInfo.cpp.in
/**
 * \brief  Test information.
 *
 * \file
 * \copyright
 * Copyright (c) 2012-2023, 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