summaryrefslogtreecommitdiff
path: root/odb-tests/common
diff options
context:
space:
mode:
Diffstat (limited to 'odb-tests/common')
-rw-r--r--odb-tests/common/circular/multiple/buildfile4
-rw-r--r--odb-tests/common/definition/buildfile4
-rw-r--r--odb-tests/common/include/buildfile4
-rw-r--r--odb-tests/common/inheritance/polymorphism/buildfile8
-rw-r--r--odb-tests/common/schema/embedded/order/buildfile4
-rw-r--r--odb-tests/common/view/olv/buildfile6
6 files changed, 15 insertions, 15 deletions
diff --git a/odb-tests/common/circular/multiple/buildfile b/odb-tests/common/circular/multiple/buildfile
index b060cb5..51a1191 100644
--- a/odb-tests/common/circular/multiple/buildfile
+++ b/odb-tests/common/circular/multiple/buildfile
@@ -10,7 +10,7 @@ for db: $databases
import libs += lib{common}
-hs = test1 test2
+hdrs = test1 test2
exe{driver}: {hxx cxx}{* -*-odb -*-odb-*} testscript
@@ -19,7 +19,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}
diff --git a/odb-tests/common/definition/buildfile b/odb-tests/common/definition/buildfile
index 09ad1db..83a09ff 100644
--- a/odb-tests/common/definition/buildfile
+++ b/odb-tests/common/definition/buildfile
@@ -10,7 +10,7 @@ for db: $databases
import libs += lib{common}
-hs = test time-mapping
+hdrs = test time-mapping
exe{driver}: {hxx cxx}{* -*-odb -*-odb-*} testscript
@@ -19,7 +19,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}
diff --git a/odb-tests/common/include/buildfile b/odb-tests/common/include/buildfile
index 6db878c..c9ae42e 100644
--- a/odb-tests/common/include/buildfile
+++ b/odb-tests/common/include/buildfile
@@ -10,7 +10,7 @@ for db: $databases
import libs += lib{common}
-hs = obj1 obj2 obj3 test1 test2 test3 test4
+hdrs = obj1 obj2 obj3 test1 test2 test3 test4
exe{driver}: {hxx cxx}{* -*-odb -*-odb-*} testscript
@@ -19,7 +19,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}
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
diff --git a/odb-tests/common/schema/embedded/order/buildfile b/odb-tests/common/schema/embedded/order/buildfile
index 57ad7dd..b2fac0b 100644
--- a/odb-tests/common/schema/embedded/order/buildfile
+++ b/odb-tests/common/schema/embedded/order/buildfile
@@ -10,7 +10,7 @@ for db: $databases
import libs += lib{common}
-hs = test1 test2
+hdrs = test1 test2
exe{driver}: {hxx cxx}{* -*-odb -*-odb-*} testscript
@@ -19,7 +19,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}
diff --git a/odb-tests/common/view/olv/buildfile b/odb-tests/common/view/olv/buildfile
index 89ecbcf..1edf0b4 100644
--- a/odb-tests/common/view/olv/buildfile
+++ b/odb-tests/common/view/olv/buildfile
@@ -10,7 +10,7 @@ for db: $databases
import libs += lib{common}
-hs = test1 test2 test3 test4 test5 test6 test7 test8 test9
+hdrs = test1 test2 test3 test4 test5 test6 test7 test8 test9
exe{driver}: {hxx cxx}{* -*-odb -*-odb-*} testscript
@@ -19,7 +19,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}
@@ -47,4 +47,4 @@ cxx.poptions =+ "-I$out_base" "-I$src_base"
#
exe{driver}: ../../../alias{database-client}: include = adhoc
-testscript@./: schemas = $hs
+testscript@./: schemas = $hdrs