summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2021-08-16 11:07:40 +0200
committerChristian Persch <chpe@src.gnome.org>2021-08-16 11:07:40 +0200
commit757fc880364e5100dfaaea27d880ed488897b16b (patch)
tree59fdce1155f02a8da29be48de7b28ba2657c0fcc
parent18d5d6b3f9631e41dd1fc322ace06634102d310b (diff)
downloadvte-757fc880364e5100dfaaea27d880ed488897b16b.tar.gz
build: Remove left-over test0.65.91
fixup! ba1e05c9ad34d0e48a823ad5a67b96baa166de24 Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/2507
-rw-r--r--src/meson.build6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/meson.build b/src/meson.build
index 8a643f1a..a9bd2e37 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -628,12 +628,6 @@ if get_option('gtk3')
]
endif
-if get_option('sixel')
- test_units += [
- ['sixel', test_sixel],
- ]
-endif
-
foreach test: test_units
test(
test[0],