[Kst] kdeextragear-2/kst/tests

George Staikos staikos at kde.org
Tue Jan 11 08:42:12 CET 2005


CVS commit by staikos: 

start of a KstVector test class.  Does a few things, but could actually be
incorrect at the moment (3 tests fail but I haven't even looked to see why)


  A            testvector.cpp   1.1 [UNKNOWN]
  M +1 -0      .cvsignore   1.6
  M +3 -1      Makefile.am   1.8


--- kdeextragear-2/kst/tests/.cvsignore  #1.5:1.6
@@ -10,2 +10,3 @@
 testscalars
 testlabelparser
+testvector

--- kdeextragear-2/kst/tests/Makefile.am  #1.7:1.8
@@ -2,5 +2,6 @@
 SUBDIRS=. kstXbench
 
-check_PROGRAMS=testeqparser testhistogram testscalars testlabelparser
+check_PROGRAMS=testeqparser testhistogram testscalars testlabelparser \
+                testvector
 
 METASOURCES=AUTO
@@ -14,3 +15,4 @@
 testscalars_SOURCES=testscalars.cpp
 testlabelparser_SOURCES=testlabelparser.cpp
+testvector_SOURCES=testvector.cpp
 




More information about the Kst mailing list