From 567871f6803756cec9eb0793ad937579d4864c51 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 2 Feb 2024 18:37:48 +0300 Subject: Add evolution tests to odb-tests Also clean up some buildfiles and manifests. --- odb-tests/sqlite/attach/buildfile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'odb-tests/sqlite/attach/buildfile') diff --git a/odb-tests/sqlite/attach/buildfile b/odb-tests/sqlite/attach/buildfile index 959f050..bff5435 100644 --- a/odb-tests/sqlite/attach/buildfile +++ b/odb-tests/sqlite/attach/buildfile @@ -1,8 +1,11 @@ # file : sqlite/attach/buildfile # license : GNU GPL v2; see accompanying LICENSE file -assert ($sqlite && !$multi || $build.meta_operation == 'dist') \ -"sqlite should be configured via config.odb_tests.database variable as a single database" +if ($build.meta_operation != 'dist') +{ + assert ($sqlite) "sqlite should be configured for this test" + assert (!$multi) "multi-database mode is not supported by this test" +} import libodb = libodb%lib{odb} -- cgit v1.1