Revision 3ec11e82acfb0ced1bd615e9cf85d852da799a47 authored by Lars Bilke on 29 October 2020, 08:58:34 UTC, committed by Lars Bilke on 30 October 2020, 09:43:48 UTC
- add include paths for Xdmf and libxml2 from VTK
- disable xdmf test on Apple Clang

https://gitlab.kitware.com/vtk/vtk/-/issues/17353
1 parent 49efc60
Raw File
TestInfo.h
/**
 * \brief  Test information.
 *
 * \file
 * \copyright
 * Copyright (c) 2012-2020, 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