meson: Split 'main' suite into 'regress' and 'isolation'

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 <pryzbyj@telsasoft.com>
Discussion: https://postgr.es/m/20221001221514.2yy257v4zdfhwiy2@awork3.anarazel.de
Discussion: https://postgr.es/m/20221021123435.GU16921@telsasoft.com
This commit is contained in:
Andres Freund 2022-11-04 18:08:44 -07:00
parent ab72a31f6c
commit a5ac3e76fe
2 changed files with 2 additions and 2 deletions

View 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': {

View 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': {