testfiles.cmake 414 B

123456789101112131415
  1. #generated by find . -name "*.cpp" -ipath "*/tests/*" > testfiles.cmake.t
  2. SET(nice_gp-hik-core_TESTFILES_SRC
  3. ./tests/TestVectorSorter.cpp
  4. ./tests/TestFeatureMatrixT.cpp
  5. ./tests/TestFastHIK.cpp
  6. ./tests/TestGPHIKOnlineLearnable.cpp
  7. )
  8. SET(nice_gp-hik-core_TESTFILES_HDR
  9. ./tests/TestFastHIK.h
  10. ./tests/TestVectorSorter.h
  11. ./tests/TestFeatureMatrixT.h
  12. ./tests/TestGPHIKOnlineLearnable.h
  13. ./tests/TestGPHIKPersistent.h
  14. )