[Kst] branches/work/kst/portto4/kst/tests

Adam Treat treat at kde.org
Wed Sep 26 18:51:42 CEST 2007


SVN commit 717335 by treat:

* Add testpsd from Mike Fenton.


 M  +4 -0      main.cpp  
 A             testpsd.cpp   [License: GPL (v2+)]
 A             testpsd.h   [License: GPL (v2+)]
 M  +4 -2      tests.pro  


--- branches/work/kst/portto4/kst/tests/main.cpp #717334:717335
@@ -17,6 +17,7 @@
 #include "testvector.h"
 #include "testscalar.h"
 #include "testmatrix.h"
+#include "testpsd.h"
 
 int main(int argc, char *argv[]) {
   QCoreApplication app(argc, argv);
@@ -33,6 +34,9 @@
   TestMatrix test4;
   QTest::qExec(&test4, argc, argv);
 
+  TestPSD test5;
+  QTest::qExec(&test5, argc, argv);
+
   return 0;
 }
 
--- branches/work/kst/portto4/kst/tests/tests.pro #717334:717335
@@ -24,12 +24,14 @@
     testdatasource.cpp \
     testvector.cpp \
     testscalar.cpp \
-    testmatrix.cpp
+    testmatrix.cpp \
+    testpsd.cpp
 
 HEADERS += \
     testdatasource.h \
     testvector.h \
     testscalar.h \
-    testmatrix.h
+    testmatrix.h \
+    testpsd.h
 
 QMAKE_RPATHDIR += $$OUTPUT_DIR/lib $$OUTPUT_DIR/plugin


More information about the Kst mailing list