[Kst] kdeextragear-2/kst/tests
George Staikos
staikos at kde.org
Mon Jan 17 22:05:18 CET 2005
CVS commit by staikos:
adding tests for rvectors. This is a big test suite that hasn't been filled in
yet.
There are methods for each data source, and a section for generic RVector tests.
Ascii has some rudimentary tests, and already two fail, though it's debatable
if they're correct or not.
A testrvector.cpp 1.1 [UNKNOWN]
M +1 -0 .cvsignore 1.7
M +2 -1 Makefile.am 1.9
--- kdeextragear-2/kst/tests/.cvsignore #1.6:1.7
@@ -11,2 +11,3 @@
testlabelparser
testvector
+testrvector
--- kdeextragear-2/kst/tests/Makefile.am #1.8:1.9
@@ -3,5 +3,5 @@
check_PROGRAMS=testeqparser testhistogram testscalars testlabelparser \
- testvector
+ testvector testrvector
METASOURCES=AUTO
@@ -16,3 +16,4 @@
testlabelparser_SOURCES=testlabelparser.cpp
testvector_SOURCES=testvector.cpp
+testrvector_SOURCES=testrvector.cpp
More information about the Kst
mailing list