[Kst] extragear/graphics/kst/tests
George Staikos
staikos at kde.org
Mon Feb 13 10:45:02 CET 2006
SVN commit 508960 by staikos:
make tests compile
M +2 -2 Makefile.am
M +1 -0 testhistogram.cpp
M +1 -0 testlabelparser.cpp
M +1 -0 testrvector.cpp
M +1 -0 testscalars.cpp
M +1 -0 testvector.cpp
--- trunk/extragear/graphics/kst/tests/Makefile.am #508959:508960
@@ -10,10 +10,10 @@
METASOURCES=AUTO
-INCLUDES=-I$(top_srcdir)/kst/kst -I$(top_srcdir)/kst/kst/extdate $(all_includes)
+INCLUDES=-I$(top_srcdir)/kst/src/libkst -I$(top_srcdir)/kst/src/libkstmath -I$(top_srcdir)/kst/src/extdate $(all_includes)
AM_LDFLAGS = $(QT_LDFLAGS) $(KDE_LDFLAGS) $(X_LDFLAGS) $(KDE_RPATH)
-LDADD = $(LIB_KDECORE) ../kst/libkstmath.la ../kst/libkst.la
+LDADD = $(LIB_KDECORE) ../src/libkstmath/libkstmath.la ../src/libkst/libkst.la
testeqparser_SOURCES=testeqparser.cpp
testhistogram_SOURCES=testhistogram.cpp
testscalars_SOURCES=testscalars.cpp
--- trunk/extragear/graphics/kst/tests/testhistogram.cpp #508959:508960
@@ -4,6 +4,7 @@
*/
#include "ksttestcase.h"
+#include <kstdataobjectcollection.h>
#include <ksthistogram.h>
#include <kstvector.h>
--- trunk/extragear/graphics/kst/tests/testlabelparser.cpp #508959:508960
@@ -4,6 +4,7 @@
*/
#include "ksttestcase.h"
+#include <kstdataobjectcollection.h>
#include <labelparser.h>
static void exitHelper() {
--- trunk/extragear/graphics/kst/tests/testrvector.cpp #508959:508960
@@ -10,6 +10,7 @@
#include "ksttestcase.h"
#include <kconfig.h>
+#include <kstdataobjectcollection.h>
#include <kstandarddirs.h>
#include <ktempfile.h>
#include <qfile.h>
--- trunk/extragear/graphics/kst/tests/testscalars.cpp #508959:508960
@@ -8,6 +8,7 @@
#include "ksttestcase.h"
#include "testscalars.h"
#include "testscalars.moc"
+#include <kstdataobjectcollection.h>
static void exitHelper() {
KST::vectorList.clear();
--- trunk/extragear/graphics/kst/tests/testvector.cpp #508959:508960
@@ -4,6 +4,7 @@
*/
#include "ksttestcase.h"
+#include <kstdataobjectcollection.h>
static void exitHelper() {
KST::vectorList.clear();
More information about the Kst
mailing list