mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 15:46:17 +01:00
0e9f9867fa
Convert {glib,gobject,gio}/tests to use the automake TAP driver and test harness instead of gtester. To do so, we add a glib-tap.mk that provides the same interface as glib.mk, except for the reporting and coverage testing functionality. Eventually, we may want to replace glib.mk with it. I've not yet converted the toplevel tests/ directory, since it mixes gtestutils tests with other binaries. https://bugzilla.gnome.org/show_bug.cgi?id=692125
6 lines
84 B
Bash
Executable File
6 lines
84 B
Bash
Executable File
#! /bin/sh
|
|
|
|
# run a GTest in tap mode. The test binary is passed as $1
|
|
|
|
$1 -k --tap
|