From 7b565c378c88dda985dc4ae91d402c029d21d223 Mon Sep 17 00:00:00 2001 From: Rob Norris Date: Sat, 2 Dec 2023 20:25:53 +0000 Subject: [PATCH] Fix distcheck run under CI. check_gpx.sh now uses test_file_load program, so needs a DISPLAY to work with GTK3 --- test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile.am b/test/Makefile.am index da8c9804..77e23098 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -18,7 +18,6 @@ TESTS = check_degrees_conversions.sh \ check_parse_latlon.sh \ check_babel.sh \ check_vikgoto.sh \ - check_gpx.sh \ check_geojson_osrm.sh \ check_help_xml.sh \ check_metatile.sh @@ -32,6 +31,7 @@ endif # which essentially means needs a display to work. Thus under some CI circumstances there is no DISPLAY, # so ATM simplest to avoid/skip the following tests if HAVEDISPLAY +TESTS += check_gpx.sh TESTS += check_fit.sh TESTS += check_kml.sh TESTS += check_tcx.sh