meson: Split 'main' suite into 'regress' and 'isolation'
authorAndres Freund <[email protected]>
Sat, 5 Nov 2022 01:08:44 +0000 (18:08 -0700)
committerAndres Freund <[email protected]>
Sat, 5 Nov 2022 01:08:44 +0000 (18:08 -0700)
Several people didn't like the 'main' name and found it confusing that the
main regression and isolation tests were in one suite.

Author: Justin Pryzby <[email protected]>
Discussion: https://postgr.es/m/20221001221514[email protected]
Discussion: https://postgr.es/m/20221021123435[email protected]

src/test/isolation/meson.build
src/test/regress/meson.build

index ba27b8c1d44042e032cda598ae120f26276890c4..e2ed400a80aed7b8e52cf5b4fa050fd3eee5f665 100644 (file)
@@ -58,7 +58,7 @@ isolationtester = executable('isolationtester',
 bin_targets += isolationtester
 
 tests += {
-  'name': 'main',
+  'name': 'isolation',
   'sd': meson.current_source_dir(),
   'bd': meson.current_build_dir(),
   'isolation': {
index 3dcfc11278fae1c9a135cf57315f00caab0ee9c5..f1adcd9198cf801e5ea8dd0de798ac64db6bd677 100644 (file)
@@ -64,7 +64,7 @@ testprep_targets += refint_regress
 
 
 tests += {
-  'name': 'main',
+  'name': 'regress',
   'sd': meson.current_source_dir(),
   'bd': meson.current_build_dir(),
   'regress': {