diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2022-02-11 20:10:53 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2022-02-11 20:14:11 +0300 |
commit | 818cde70e20ff897932c4abaca63c446a9ec5561 (patch) | |
tree | e991199a0fc1261851429fc35b70bd18906819ff /libbrep/build-extra.sql | |
parent | 4cb81fd80a63004c08ba49ce9265318d5ba39082 (diff) |
Add support for reflect clause in tests package manifest value
Diffstat (limited to 'libbrep/build-extra.sql')
-rw-r--r-- | libbrep/build-extra.sql | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libbrep/build-extra.sql b/libbrep/build-extra.sql index a2960ba..2c204e6 100644 --- a/libbrep/build-extra.sql +++ b/libbrep/build-extra.sql @@ -133,7 +133,8 @@ CREATE FOREIGN TABLE build_package_tests ( test_package_version_canonical_release TEXT NULL COLLATE "C", test_package_version_revision INTEGER NULL, test_type TEXT NOT NULL, - test_buildtime BOOLEAN NOT NULL) + test_buildtime BOOLEAN NOT NULL, + test_reflect TEXT NULL) SERVER package_server OPTIONS (table_name 'package_tests'); -- The foreign table for the build_package object builds member (that is of a |