vtk-m/vtkm/testing/CMakeLists.txt

53 lines
1.5 KiB
CMake
Raw Normal View History

##============================================================================
## Copyright (c) Kitware, Inc.
## All rights reserved.
## See LICENSE.txt for details.
## This software is distributed WITHOUT ANY WARRANTY; without even
## the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
## PURPOSE. See the above copyright notice for more information.
##
## Copyright 2014 Sandia Corporation.
## Copyright 2014 UT-Battelle, LLC.
## Copyright 2014 Los Alamos National Security.
##
## Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
## the U.S. Government retains certain rights in this software.
##
## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National
## Laboratory (LANL), the U.S. Government retains certain rights in
## this software.
##============================================================================
set(headers
Testing.h
2015-09-29 14:03:38 +00:00
TestingImplicitFunctions.h
TestingMath.h
OptionParser.h
VecTraitsTests.h
)
VTKM_declare_headers(${headers})
set(unit_tests
2015-08-04 13:34:38 +00:00
UnitTestBinaryPredicates.cxx
2015-08-04 13:59:00 +00:00
UnitTestBinaryOperators.cxx
UnitTestCellShape.cxx
2014-04-30 23:07:57 +00:00
UnitTestExtent.cxx
2015-09-29 14:03:38 +00:00
UnitTestImplicitFunctions.cxx
UnitTestListTag.cxx
UnitTestMath.cxx
UnitTestMatrix.cxx
UnitTestPair.cxx
UnitTestTesting.cxx
UnitTestTypeListTag.cxx
UnitTestTypes.cxx
UnitTestTypeTraits.cxx
2015-07-30 17:12:28 +00:00
UnitTestUnaryPredicates.cxx
UnitTestVecRectilinearPointCoordinates.cxx
2015-07-07 20:25:58 +00:00
UnitTestVectorAnalysis.cxx
UnitTestVecTraits.cxx
UnitTestVecVariable.cxx
)
VTKM_unit_tests(SOURCES ${unit_tests})