summaryrefslogtreecommitdiffstats
path: root/src/xml/repr-action-test.cpp
diff options
context:
space:
mode:
authorJasper van de Gronde <jasper.vandegronde@gmail.com>2008-07-19 11:25:01 +0000
committerjaspervdg <jaspervdg@users.sourceforge.net>2008-07-19 11:25:01 +0000
commit99809be7014844debfe1f11b4987716dea39f919 (patch)
treef848f554c1e5e49bc715bd565415f342ee961b5a /src/xml/repr-action-test.cpp
parentExclude the right(!) files when building the library (forgot to remove the ob... (diff)
downloadinkscape-99809be7014844debfe1f11b4987716dea39f919.tar.gz
inkscape-99809be7014844debfe1f11b4987716dea39f919.zip
Consistently use (create/destroy)Suite in unit tests.
(bzr r6362)
Diffstat (limited to 'src/xml/repr-action-test.cpp')
-rw-r--r--src/xml/repr-action-test.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/xml/repr-action-test.cpp b/src/xml/repr-action-test.cpp
index 7e022eb18..9b0ccf5da 100644
--- a/src/xml/repr-action-test.cpp
+++ b/src/xml/repr-action-test.cpp
@@ -5,6 +5,9 @@
#include "repr.h"
#include "event-fns.h"
+int sp_main_gui (int, char const**) { return 0; }
+int sp_main_console (int, char const**) { return 0; }
+
int main(int argc, char *argv[]) {
Inkscape::XML::Document *document;
Inkscape::XML::Node *a, *b, *c, *root;