test/run-test.rb in pango-3.4.1 vs test/run-test.rb in pango-3.4.2

- old
+ new

@@ -1,8 +1,8 @@ #!/usr/bin/env ruby # -# Copyright (C) 2017 Ruby-GNOME2 Project Team +# Copyright (C) 2017-2020 Ruby-GNOME Project Team # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either # version 2.1 of the License, or (at your option) any later version. @@ -16,16 +16,16 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA $VERBOSE = true -ruby_gnome2_base = File.join(File.dirname(__FILE__), "..", "..") -ruby_gnome2_base = File.expand_path(ruby_gnome2_base) +ruby_gnome_base = File.join(File.dirname(__FILE__), "..", "..") +ruby_gnome_base = File.expand_path(ruby_gnome_base) -glib_base = File.join(ruby_gnome2_base, "glib2") -gobject_introspection_base = File.join(ruby_gnome2_base, "gobject-introspection") -cairo_gobject_base = File.join(ruby_gnome2_base, "cairo-gobject") -pango_base = File.join(ruby_gnome2_base, "pango") +glib_base = File.join(ruby_gnome_base, "glib2") +gobject_introspection_base = File.join(ruby_gnome_base, "gobject-introspection") +cairo_gobject_base = File.join(ruby_gnome_base, "cairo-gobject") +pango_base = File.join(ruby_gnome_base, "pango") $LOAD_PATH.unshift(File.join(glib_base, "test")) modules = [ [glib_base, "glib2"],