Skip to content

Add basic test coverage for AM_PATH_GLIB_2_0

Simon McVittie requested to merge smcv/glib:m4macros-test into master

This would have detected the bug fixed by !396 (merged):

FAIL: am-path-glib.sh 1 - should have found '' version ''
PASS: am-path-glib.sh 2 - found 'gio' version ''
PASS: am-path-glib.sh 3 - found 'gio gobject' version ''
FAIL: am-path-glib.sh 4 - should have found '' version '2.2.0'
PASS: am-path-glib.sh 5 - found 'gio' version '2.2.0'
PASS: am-path-glib.sh 6 - found 'gio gobject' version '2.2.0'
PASS: am-path-glib.sh 7 - did not find '' version '666.0.0'
PASS: am-path-glib.sh 8 - did not find 'gio' version '666.0.0'
PASS: am-path-glib.sh 9 - did not find 'gio gobject' version '666.0.0'
ERROR: am-path-glib.sh - exited with status 1

Merge request reports