[glib: 3/13] glib: Link to glib-tap.mk and friends from glib-2-58 branch



commit e58e68f932e1b4d847916ee3e75d787b821e445c
Author: Philip Withnall <withnall endlessm com>
Date:   Wed Jan 9 11:18:06 2019 +0000

    glib: Link to glib-tap.mk and friends from glib-2-58 branch
    
    We’re about to drop autotools support. Rather than keep the .mk files
    around in master indefinitely, link to the versions in the glib-2-58
    branch (the last stable release of GLib which supports building with
    autotools) in readiness for dropping the .mk files from master.
    
    Any future fixes to these files can happen on the glib-2-58 branch. The
    links should work forever (as long as we use GitLab).
    
    Signed-off-by: Philip Withnall <withnall endlessm com>

 glib/gtestutils.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/glib/gtestutils.c b/glib/gtestutils.c
index 4b008f34d..046bc017b 100644
--- a/glib/gtestutils.c
+++ b/glib/gtestutils.c
@@ -195,9 +195,9 @@
  * [TAP](https://testanything.org/) harness; GLib provides template files for
  * easily integrating with it:
  *
- *   - [glib-tap.mk](https://git.gnome.org/browse/glib/tree/glib-tap.mk)
- *   - [tap-test](https://git.gnome.org/browse/glib/tree/tap-test)
- *   - [tap-driver.sh](https://git.gnome.org/browse/glib/tree/tap-driver.sh)
+ *   - [glib-tap.mk](https://gitlab.gnome.org/GNOME/glib/blob/glib-2-58/glib-tap.mk)
+ *   - [tap-test](https://gitlab.gnome.org/GNOME/glib/blob/glib-2-58/tap-test)
+ *   - [tap-driver.sh](https://gitlab.gnome.org/GNOME/glib/blob/glib-2-58/tap-driver.sh)
  *
  * You can copy these files in your own project's root directory, and then
  * set up your `Makefile.am` file to reference them, for instance:
@@ -234,8 +234,8 @@
  *
  * If you don't have access to the Autotools TAP harness, you can use the
  * [gtester][gtester] and [gtester-report][gtester-report] tools, and use
- * the [glib.mk](https://git.gnome.org/browse/glib/tree/glib.mk) Automake
- * template provided by GLib.
+ * the [glib.mk](https://gitlab.gnome.org/GNOME/glib/blob/glib-2-58/glib.mk)
+ * Automake template provided by GLib.
  */
 
 /**


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]