|
@@ -1,80 +1,80 @@
|
|
#generated by find . -name "*.cpp" -ipath "*tests*" > testfiles.cmake.t
|
|
#generated by find . -name "*.cpp" -ipath "*tests*" > testfiles.cmake.t
|
|
SET(NICE_TESTFILES_SRC
|
|
SET(NICE_TESTFILES_SRC
|
|
-./image/tests/ImageTest.cpp
|
|
|
|
-./image/tests/TestImageFile.cpp
|
|
|
|
-./image/tests/TestRect.cpp
|
|
|
|
-./image/tests/TestImageFileList.cpp
|
|
|
|
-./image/tests/TestConvert.cpp
|
|
|
|
-./image/tests/TestImageOperators.cpp
|
|
|
|
-./image/tests/TestImageTools.cpp
|
|
|
|
-./image/tests/TestFilter.cpp
|
|
|
|
-./image/tests/TestConverter.cpp
|
|
|
|
-./image/tests/TestHistogram.cpp
|
|
|
|
-./image/tests/TestMorph.cpp
|
|
|
|
-./image/tests/TestDrawable.cpp
|
|
|
|
-./image/tests/TestColor.cpp
|
|
|
|
-./image/tests/MultiChannelImageTTest.cpp
|
|
|
|
-./image/tests/TestFourier.cpp
|
|
|
|
-./basics/tests/cppunitexTest.cpp
|
|
|
|
-./basics/tests/FileNameTest.cpp
|
|
|
|
-./basics/tests/Testcasts.cpp
|
|
|
|
-./basics/tests/TestObserver.cpp
|
|
|
|
-./basics/tests/numerictoolsTest.cpp
|
|
|
|
-./basics/tests/TimerTest.cpp
|
|
|
|
-./basics/tests/stringutilsTest.cpp
|
|
|
|
-./basics/tests/Testgzbinstream.cpp
|
|
|
|
-./basics/tests/Testbinstream.cpp
|
|
|
|
-./optimization/gradientBased/tests/TestTrustRegion.cpp
|
|
|
|
-./optimization/blackbox/tests/TestDownhillSimplex.cpp
|
|
|
|
-./algebra/tests/TestLUDecomposition.cpp
|
|
|
|
-./algebra/tests/TestLinearSolve.cpp
|
|
|
|
-./algebra/tests/TestDiagApprox.cpp
|
|
|
|
-./algebra/tests/TestEigenValue.cpp
|
|
|
|
-./vector/tests/TestSparseVector.cpp
|
|
|
|
-./vector/tests/TestEVector.cpp
|
|
|
|
|
|
+# ./image/tests/ImageTest.cpp
|
|
|
|
+# ./image/tests/TestImageFile.cpp
|
|
|
|
+# ./image/tests/TestRect.cpp
|
|
|
|
+# ./image/tests/TestImageFileList.cpp
|
|
|
|
+# ./image/tests/TestConvert.cpp
|
|
|
|
+# ./image/tests/TestImageOperators.cpp
|
|
|
|
+# ./image/tests/TestImageTools.cpp
|
|
|
|
+# ./image/tests/TestFilter.cpp
|
|
|
|
+# ./image/tests/TestConverter.cpp
|
|
|
|
+# ./image/tests/TestHistogram.cpp
|
|
|
|
+# ./image/tests/TestMorph.cpp
|
|
|
|
+# ./image/tests/TestDrawable.cpp
|
|
|
|
+# ./image/tests/TestColor.cpp
|
|
|
|
+# ./image/tests/MultiChannelImageTTest.cpp
|
|
|
|
+# ./image/tests/TestFourier.cpp
|
|
|
|
+# ./basics/tests/cppunitexTest.cpp
|
|
|
|
+# ./basics/tests/FileNameTest.cpp
|
|
|
|
+# ./basics/tests/Testcasts.cpp
|
|
|
|
+# ./basics/tests/TestObserver.cpp
|
|
|
|
+# ./basics/tests/numerictoolsTest.cpp
|
|
|
|
+# ./basics/tests/TimerTest.cpp
|
|
|
|
+# ./basics/tests/stringutilsTest.cpp
|
|
|
|
+# ./basics/tests/Testgzbinstream.cpp
|
|
|
|
+# ./basics/tests/Testbinstream.cpp
|
|
|
|
+# ./optimization/gradientBased/tests/TestTrustRegion.cpp
|
|
|
|
+# ./optimization/blackbox/tests/TestDownhillSimplex.cpp
|
|
|
|
+# ./algebra/tests/TestLUDecomposition.cpp
|
|
|
|
+# ./algebra/tests/TestLinearSolve.cpp
|
|
|
|
+# ./algebra/tests/TestDiagApprox.cpp
|
|
|
|
+# ./algebra/tests/TestEigenValue.cpp
|
|
|
|
+# ./vector/tests/TestSparseVector.cpp
|
|
|
|
+# ./vector/tests/TestEVector.cpp
|
|
./vector/tests/TestDistance.cpp
|
|
./vector/tests/TestDistance.cpp
|
|
-./vector/tests/TestAlgorithms.cpp
|
|
|
|
-./vector/tests/TestStreamable.cpp
|
|
|
|
-./vector/tests/TestERowMatrix.cpp
|
|
|
|
-./vector/tests/TestEMatrix.cpp
|
|
|
|
|
|
+# ./vector/tests/TestAlgorithms.cpp
|
|
|
|
+# ./vector/tests/TestStreamable.cpp
|
|
|
|
+# ./vector/tests/TestERowMatrix.cpp
|
|
|
|
+# ./vector/tests/TestEMatrix.cpp
|
|
)
|
|
)
|
|
|
|
|
|
SET(NICE_TESTFILES_HDR
|
|
SET(NICE_TESTFILES_HDR
|
|
-./image/tests/TestRect.h
|
|
|
|
-./image/tests/ImageTest.h
|
|
|
|
-./image/tests/TestMorph.h
|
|
|
|
-./image/tests/TestImageTools.h
|
|
|
|
-./image/tests/TestConvert.h
|
|
|
|
-./image/tests/MultiChannelImageTTest.h
|
|
|
|
-./image/tests/TestFourier.h
|
|
|
|
-./image/tests/TestImageOperators.h
|
|
|
|
-./image/tests/TestColor.h
|
|
|
|
-./image/tests/TestHistogram.h
|
|
|
|
-./image/tests/TestDrawable.h
|
|
|
|
-./image/tests/TestConverter.h
|
|
|
|
-./image/tests/TestFilter.h
|
|
|
|
-./image/tests/TestImageFileList.h
|
|
|
|
-./image/tests/TestImageFile.h
|
|
|
|
-./basics/tests/TimerTest.h
|
|
|
|
-./basics/tests/Testcasts.h
|
|
|
|
-./basics/tests/numerictoolsTest.h
|
|
|
|
-./basics/tests/Testbinstream.h
|
|
|
|
-./basics/tests/cppunitexTest.h
|
|
|
|
-./basics/tests/Testgzbinstream.h
|
|
|
|
-./basics/tests/FileNameTest.h
|
|
|
|
-./basics/tests/stringutilsTest.h
|
|
|
|
-./basics/tests/TestObserver.h
|
|
|
|
-./optimization/gradientBased/tests/TestTrustRegion.h
|
|
|
|
-./optimization/blackbox/tests/TestDownhillSimplex.h
|
|
|
|
-./algebra/tests/TestDiagApprox.h
|
|
|
|
-./algebra/tests/TestLUDecomposition.h
|
|
|
|
-./algebra/tests/TestEigenValue.h
|
|
|
|
-./algebra/tests/TestLinearSolve.h
|
|
|
|
-./vector/tests/TestStreamable.h
|
|
|
|
-./vector/tests/TestERowMatrix.h
|
|
|
|
-./vector/tests/TestEMatrix.h
|
|
|
|
-./vector/tests/TestAlgorithms.h
|
|
|
|
-./vector/tests/TestEVector.h
|
|
|
|
|
|
+# ./image/tests/TestRect.h
|
|
|
|
+# ./image/tests/ImageTest.h
|
|
|
|
+# ./image/tests/TestMorph.h
|
|
|
|
+# ./image/tests/TestImageTools.h
|
|
|
|
+# ./image/tests/TestConvert.h
|
|
|
|
+# ./image/tests/MultiChannelImageTTest.h
|
|
|
|
+# ./image/tests/TestFourier.h
|
|
|
|
+# ./image/tests/TestImageOperators.h
|
|
|
|
+# ./image/tests/TestColor.h
|
|
|
|
+# ./image/tests/TestHistogram.h
|
|
|
|
+# ./image/tests/TestDrawable.h
|
|
|
|
+# ./image/tests/TestConverter.h
|
|
|
|
+# ./image/tests/TestFilter.h
|
|
|
|
+# ./image/tests/TestImageFileList.h
|
|
|
|
+# ./image/tests/TestImageFile.h
|
|
|
|
+# ./basics/tests/TimerTest.h
|
|
|
|
+# ./basics/tests/Testcasts.h
|
|
|
|
+# ./basics/tests/numerictoolsTest.h
|
|
|
|
+# ./basics/tests/Testbinstream.h
|
|
|
|
+# ./basics/tests/cppunitexTest.h
|
|
|
|
+# ./basics/tests/Testgzbinstream.h
|
|
|
|
+# ./basics/tests/FileNameTest.h
|
|
|
|
+# ./basics/tests/stringutilsTest.h
|
|
|
|
+# ./basics/tests/TestObserver.h
|
|
|
|
+# ./optimization/gradientBased/tests/TestTrustRegion.h
|
|
|
|
+# ./optimization/blackbox/tests/TestDownhillSimplex.h
|
|
|
|
+# ./algebra/tests/TestDiagApprox.h
|
|
|
|
+# ./algebra/tests/TestLUDecomposition.h
|
|
|
|
+# ./algebra/tests/TestEigenValue.h
|
|
|
|
+# ./algebra/tests/TestLinearSolve.h
|
|
|
|
+# ./vector/tests/TestStreamable.h
|
|
|
|
+# ./vector/tests/TestERowMatrix.h
|
|
|
|
+# ./vector/tests/TestEMatrix.h
|
|
|
|
+# ./vector/tests/TestAlgorithms.h
|
|
|
|
+# ./vector/tests/TestEVector.h
|
|
./vector/tests/TestDistance.h
|
|
./vector/tests/TestDistance.h
|
|
-./vector/tests/TestSparseVector.h
|
|
|
|
|
|
+# ./vector/tests/TestSparseVector.h
|
|
)
|
|
)
|