|
@@ -1,20 +1,20 @@
|
|
|
#generated by find . -name "*.cpp" -ipath "*tests*" > testfiles.cmake.t
|
|
|
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
|
|
|
+./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
|
|
@@ -24,12 +24,12 @@ SET(NICE_TESTFILES_SRC
|
|
|
./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
|
|
|
+./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
|
|
@@ -40,21 +40,21 @@ SET(NICE_TESTFILES_SRC
|
|
|
)
|
|
|
|
|
|
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
|
|
|
+./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
|
|
@@ -64,12 +64,12 @@ SET(NICE_TESTFILES_HDR
|
|
|
./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
|
|
|
+./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
|