summaryrefslogtreecommitdiff
path: root/odb-tests/common/inheritance/polymorphism/buildfile
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2024-02-02 18:37:48 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2024-02-07 16:21:33 +0300
commit567871f6803756cec9eb0793ad937579d4864c51 (patch)
treed23718571621b63b0bc795992b9462dd4dd9107d /odb-tests/common/inheritance/polymorphism/buildfile
parent01bf760a937cc80901dac5b14fa8d165761ebd11 (diff)
Add evolution tests to odb-tests
Also clean up some buildfiles and manifests.
Diffstat (limited to 'odb-tests/common/inheritance/polymorphism/buildfile')
-rw-r--r--odb-tests/common/inheritance/polymorphism/buildfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/odb-tests/common/inheritance/polymorphism/buildfile b/odb-tests/common/inheritance/polymorphism/buildfile
index 846eb12..40fc978 100644
--- a/odb-tests/common/inheritance/polymorphism/buildfile
+++ b/odb-tests/common/inheritance/polymorphism/buildfile
@@ -10,8 +10,8 @@ for db: $databases
import libs += lib{common}
-hs = test1 test2 test3 test4 test5 test6 test7 test8 test9 test10 test11 \
- test12 test13 test14 test15
+hdrs = test1 test2 test3 test4 test5 test6 test7 test8 test9 test10 test11 \
+ test12 test13 test14 test15
exe{driver}: {hxx cxx}{* -*-odb -*-odb-*} testscript
@@ -20,7 +20,7 @@ exe{driver}: {hxx cxx}{* -*-odb -*-odb-*} testscript
#
libue{test-meta}: $libodb
-for h: $hs
+for h: $hdrs
{
exe{driver}: {hxx ixx cxx}{$h-odb}
@@ -49,4 +49,4 @@ cxx.poptions =+ "-I$out_base" "-I$src_base"
#
exe{driver}: ../../../alias{database-client}: include = adhoc
-testscript@./: schemas = $hs
+testscript@./: schemas = $hdrs