testfiles.cmake 446 B

12345678910111213141516
  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. ./tests/TestGPHIKPersistent.cpp
  8. )
  9. SET(nice_gp-hik-core_TESTFILES_HDR
  10. ./tests/TestFastHIK.h
  11. ./tests/TestVectorSorter.h
  12. ./tests/TestFeatureMatrixT.h
  13. ./tests/TestGPHIKOnlineLearnable.h
  14. ./tests/TestGPHIKPersistent.h
  15. )