testfiles.cmake 392 B

123456789101112
  1. #generated by find . -name "*.cpp" -ipath "*/tests/*" > testfiles.cmake.t
  2. SET(nice_vislearning_TESTFILES_SRC
  3. ./math/ftransform/tests/TestFTransform.cpp
  4. ./math/pdf/tests/TestPDF.cpp
  5. ./classifier/kernelclassifier/tests/TestLaplace.cpp
  6. )
  7. SET(nice_vislearning_TESTFILES_HDR
  8. ./math/ftransform/tests/TestFTransform.h
  9. ./math/pdf/tests/TestPDF.h
  10. ./classifier/kernelclassifier/tests/TestLaplace.h
  11. )