[Kst] extragear/graphics/kst/tests

George Staikos staikos at kde.org
Tue Nov 21 21:31:13 CET 2006


SVN commit 606792 by staikos:

Add start of testcases for matrices and psd/csd.  PSD/CSD need mathematical
correctness work.  Some things in matrices are not entirely clear as well.
Matrices and CSDs definitely need review.

Presently lots of these testcases are failing.


 M  +7 -2      Makefile.am  
 AM            testamatrix.cpp   [License: UNKNOWN]
 AM            testcsd.cpp   [License: UNKNOWN]
 AM            testmatrix.cpp   [License: UNKNOWN]
 AM            testpsd.cpp   [License: UNKNOWN]
 AM            testsmatrix.cpp   [License: UNKNOWN]


--- trunk/extragear/graphics/kst/tests/Makefile.am #606791:606792
@@ -6,7 +6,8 @@
 SUBDIRS=. kstXbench $(HEALPIX_DIR)
 
 check_PROGRAMS=testeqparser testhistogram testscalars testlabelparser \
-		testvector testrvector
+		testvector testrvector \
+		testmatrix testamatrix testcsd testpsd testsmatrix
 
 METASOURCES=AUTO
 
@@ -20,4 +21,8 @@
 testlabelparser_SOURCES=testlabelparser.cpp
 testvector_SOURCES=testvector.cpp
 testrvector_SOURCES=testrvector.cpp
-
+testmatrix_SOURCES=testmatrix.cpp
+testamatrix_SOURCES=testamatrix.cpp
+testcsd_SOURCES=testcsd.cpp
+testpsd_SOURCES=testpsd.cpp
+testsmatrix_SOURCES=testsmatrix.cpp
** trunk/extragear/graphics/kst/tests/testamatrix.cpp #property svn:executable
   + *
** trunk/extragear/graphics/kst/tests/testcsd.cpp #property svn:executable
   + *
** trunk/extragear/graphics/kst/tests/testmatrix.cpp #property svn:executable
   + *
** trunk/extragear/graphics/kst/tests/testpsd.cpp #property svn:executable
   + *
** trunk/extragear/graphics/kst/tests/testsmatrix.cpp #property svn:executable
   + *


More information about the Kst mailing list