summaryrefslogtreecommitdiff
path: root/odb-tests/common/inheritance/polymorphism/buildfile
diff options
context:
space:
mode:
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