diff options
-rw-r--r-- | contrib/pg_visibility/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/pg_visibility/meson.build b/contrib/pg_visibility/meson.build index f932371f62d..f3c1263313a 100644 --- a/contrib/pg_visibility/meson.build +++ b/contrib/pg_visibility/meson.build @@ -32,6 +32,7 @@ tests += { 'sql': [ 'pg_visibility', ], + }, 'tap': { 'tests': [ 't/001_concurrent_transaction.pl', |