Skip to content

Commit

Permalink
gtk3 test: reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 25, 2017
1 parent 03c8204 commit f05d8b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gtk3/test/run-test.rb
@@ -1,6 +1,6 @@
#!/usr/bin/env ruby
#
# Copyright (C) 2013-2015 Ruby-GNOME2 Project Team
# Copyright (C) 2013-2017 Ruby-GNOME2 Project Team
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
Expand All @@ -20,22 +20,22 @@
ruby_gnome2_base = File.expand_path(ruby_gnome2_base)

glib_base = File.join(ruby_gnome2_base, "glib2")
gobject_introspection_base = File.join(ruby_gnome2_base, "gobject-introspection")
atk_base = File.join(ruby_gnome2_base, "atk")
cairo_gobject_base = File.join(ruby_gnome2_base, "cairo-gobject")
pango_base = File.join(ruby_gnome2_base, "pango")
gdk_pixbuf_base = File.join(ruby_gnome2_base, "gdk_pixbuf2")
gobject_introspection_base = File.join(ruby_gnome2_base, "gobject-introspection")
gio2_base = File.join(ruby_gnome2_base, "gio2")
gdk3_base = File.join(ruby_gnome2_base, "gdk3")
gtk3_base = File.join(ruby_gnome2_base, "gtk3")

[
[glib_base, "glib2"],
[gobject_introspection_base, "gobject-introspection"],
[atk_base, "atk"],
[cairo_gobject_base, "cairo-gobject"],
[pango_base, "pango"],
[gdk_pixbuf_base, "gdk_pixbuf2"],
[gobject_introspection_base, "gobject-introspection"],
[gio2_base, "gio2"],
[gdk3_base, "gdk3"],
[gtk3_base, "gtk3"]
Expand Down

0 comments on commit f05d8b8

Please sign in to comment.