summaryrefslogtreecommitdiff
path: root/tests
diff options
authorGordon Allott <mail@gordallott.com>2009-10-26 14:42:26 +0000
committerGordon Allott <mail@gordallott.com>2009-10-26 14:42:26 +0000
commitdf9dfea9ea7a4265084dd88f6e6f09d2e353b04c (patch)
treec06bfacdf8f6198e3ba35101326430999f87a494 /tests
parent6f4b3856021395fc065b81f57578dbfe2f75755c (diff)
parent120b58b0ba847367a8a7f4595ed04aadd435b506 (diff)
merge from trunk
(bzr r1.2.18)
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
-rw-r--r--tests/test-unity.vala1
2 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index dfde5362a..4fab459c9 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -32,7 +32,7 @@ test_unity_VALAFLAGS = \
$(MAINTAINER_VALAFLAGS)
test_unity_SOURCES = \
- test-unity.vala
+ test-unity.vala
# GTester stuff
XML_REPORT = unity-check-results.xml
diff --git a/tests/test-unity.vala b/tests/test-unity.vala
index 5602edfb9..fdeb886ef 100644
--- a/tests/test-unity.vala
+++ b/tests/test-unity.vala
@@ -23,6 +23,7 @@ public class Main
public static int main (string[] args)
{
Gtk.init (ref args);
+ GtkClutter.init (ref args);
Test.init (ref args);
add_launcher_tests ();