From 484395de542ed4d4b2c5395403c4dc1f20ea916a Mon Sep 17 00:00:00 2001 From: Lars Windolf Date: Fri, 12 Jan 2024 00:57:43 +0100 Subject: [PATCH] Update Glib Testing.md --- examples/Glib Examples/Glib Testing.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/examples/Glib Examples/Glib Testing.md b/examples/Glib Examples/Glib Testing.md index b0553e6ea..2cd225019 100644 --- a/examples/Glib Examples/Glib Testing.md +++ b/examples/Glib Examples/Glib Testing.md @@ -1,7 +1,6 @@ ### Unit Tests with Glib -- [Glib - Testing](https://developer.gnome.org/glib/stable/glib-Testing.html): +- [Glib Testing](https://developer.gnome.org/glib/stable/glib-Testing.html): Unit test framework for Glib based programs # Make targets @@ -11,6 +10,5 @@ make full-report make check -- [Glib Testing - Tutorial](https://testbit.eu/23062008-writing-unit-tests-with-glib/) +- [Glib Testing Tutorial](https://testbit.eu/23062008-writing-unit-tests-with-glib/)