From d55422e0a5d5f268f20f25baf943cf25870681d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sun, 8 Feb 2015 16:25:33 +0100 Subject: Travis CI: Try making the tests work --- tests/point-array.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/point-array.c b/tests/point-array.c index 90490de..b8f8a3f 100644 --- a/tests/point-array.c +++ b/tests/point-array.c @@ -118,7 +118,7 @@ point_array_test_remove (PointArray *fixture, gconstpointer user_data) int main (int argc, char *argv[]) { - gtk_test_init (&argc, &argv, NULL); + g_test_init (&argc, &argv, NULL); /* Creation. */ g_test_add_func ("/point-array/new", point_array_test_new); -- cgit v1.2.3