From 2fd7d21fae6d9b8a3ae386e83d74c8ce76285ae8 Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Mon, 23 Nov 2020 16:55:52 +1300 Subject: tests: Fix GIF tests being permanently disabled GIF support is always built in. --- tests/meson.build | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') diff --git a/tests/meson.build b/tests/meson.build index d3453d3f9..c9cf25c6e 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -78,7 +78,6 @@ installed_tests = { 'pixbuf-threads': { 'suites': ['io'], }, 'pixbuf-gif': { 'suites': ['io'], - 'skip': not enabled_loaders.contains('gif'), }, 'pixbuf-icc': { 'suites': ['io'], -- cgit v1.2.1