summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hergert <chergert@redhat.com>2022-09-15 13:40:01 -0700
committerChristian Hergert <chergert@redhat.com>2022-09-15 13:40:23 -0700
commit56e367d19d227e8e5f62159e4ae686c1ef390b29 (patch)
tree78da2413e1189ebce045a80fd35a577c412a2edd
parent044847a1ba5531e7a3a51611435012724476ff01 (diff)
downloadgtksourceview-56e367d19d227e8e5f62159e4ae686c1ef390b29.tar.gz
testsuite: disable test-snippets for installed tests
This requires on state within the testsuite directory, and therefore cannot be used for system installed tests. Fixes #291
-rw-r--r--testsuite/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/meson.build b/testsuite/meson.build
index 177b5034..8195b14d 100644
--- a/testsuite/meson.build
+++ b/testsuite/meson.build
@@ -36,7 +36,7 @@ testsuite_sources = [
['test-regex'],
['test-region'],
['test-search-context'],
- ['test-snippets'],
+ ['test-snippets', false],
['test-space-drawer'],
['test-stylescheme'],
['test-styleschememanager'],