summaryrefslogtreecommitdiff
path: root/odb-tests/evolution/embedded/testscript
blob: 3ddf98338317be8da97dee8bcb55b6710da53027 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# file      : evolution/embedded/testscript
# license   : GNU GPL v2; see accompanying LICENSE file

.include ../../database-options.testscript

test.arguments += $($(db)_options)

: basics
:
if! $sqlite
{
  $* 1;
  $* 2;
  $* 3
}
else
{
  $* 1 &odb-test.db;
  $* 2;
  $* 3
}