[Kst] kdeextragear-2/kst/tests

George Staikos staikos at kde.org
Thu Nov 25 21:34:55 CET 2004


CVS commit by staikos: 

add testscalars, Coverage is at about 85%, with saving being the only major
untested component


  A            testscalars.cpp   1.1 [UNKNOWN]
  A            testscalars.h   1.1 [UNKNOWN]
  M +1 -0      .cvsignore   1.4
  M +2 -2      Makefile.am   1.5
  M +1 -1      runregression.sh   1.3


--- kdeextragear-2/kst/tests/.cvsignore  #1.3:1.4
@@ -8,2 +8,3 @@
 gmon.out
 testhistogram
+testscalars

--- kdeextragear-2/kst/tests/Makefile.am  #1.4:1.5
@@ -1,4 +1,4 @@
 
-check_PROGRAMS=testeqparser testhistogram
+check_PROGRAMS=testeqparser testhistogram testscalars
 
 METASOURCES=AUTO
@@ -10,4 +10,4 @@
 testeqparser_SOURCES=testeqparser.cpp
 testhistogram_SOURCES=testhistogram.cpp
-
+testscalars_SOURCES=testscalars.cpp
 

--- kdeextragear-2/kst/tests/runregression.sh  #1.2:1.3
@@ -29,5 +29,5 @@
 fi
 
-TESTS="testeqparser testhistogram"
+TESTS="testeqparser testhistogram testscalars"
 
 for i in $TESTS; do





More information about the Kst mailing list