vtk-m2/vtkm/cont/testing/TestBuild_vtkm_cont_DataSet.cxx
Dave Pugmire 01dce61672 data model tweaks.
fix a bad commit.
2015-01-28 11:27:15 -05:00

14 lines
306 B
C++

//mark that we are including headers as test for completeness.
//This is used by headers that include thrust to properly define a proper
//device backend / system
#define VTKM_TEST_HEADER_BUILD
#define BOOST_SP_DISABLE_THREADS
#include <vtkm/cont/DataSet.h>
int Test_Build_For_DataSet()
{
return 0;
}