aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/hybrid/buildfile2
-rw-r--r--examples/inheritance/buildfile2
-rw-r--r--examples/performance/buildfile2
-rw-r--r--examples/persistence/buildfile2
-rw-r--r--examples/processing/buildfile2
-rw-r--r--examples/roundtrip/buildfile2
6 files changed, 6 insertions, 6 deletions
diff --git a/examples/hybrid/buildfile b/examples/hybrid/buildfile
index e574bfa..a0f0179 100644
--- a/examples/hybrid/buildfile
+++ b/examples/hybrid/buildfile
@@ -5,4 +5,4 @@
import libs = libstudxml%lib{studxml}
exe{driver}: {hxx cxx}{*} $libs doc{README}
-exe{driver}: test.input = position.xml
+exe{driver}: file{position.xml}: test.input = true
diff --git a/examples/inheritance/buildfile b/examples/inheritance/buildfile
index 9a6c17e..400dd92 100644
--- a/examples/inheritance/buildfile
+++ b/examples/inheritance/buildfile
@@ -5,4 +5,4 @@
import libs = libstudxml%lib{studxml}
exe{driver}: {hxx cxx}{*} $libs doc{README}
-exe{driver}: test.input = position.xml
+exe{driver}: file{position.xml}: test.input = true
diff --git a/examples/performance/buildfile b/examples/performance/buildfile
index ec194d2..55d5708 100644
--- a/examples/performance/buildfile
+++ b/examples/performance/buildfile
@@ -5,4 +5,4 @@
import libs = libstudxml%lib{studxml}
exe{driver}: {hxx cxx}{* -expat -gen} $libs doc{README} file{*.xsd}
-exe{driver}: test.input = test-50k.xml
+exe{driver}: file{test-50k.xml}: test.input = true
diff --git a/examples/persistence/buildfile b/examples/persistence/buildfile
index 7899768..aab7e59 100644
--- a/examples/persistence/buildfile
+++ b/examples/persistence/buildfile
@@ -5,4 +5,4 @@
import libs = libstudxml%lib{studxml}
exe{driver}: {hxx cxx}{*} $libs doc{README}
-exe{driver}: test.input = position.xml
+exe{driver}: file{position.xml}: test.input = true
diff --git a/examples/processing/buildfile b/examples/processing/buildfile
index a0cdbdc..8bd7ae0 100644
--- a/examples/processing/buildfile
+++ b/examples/processing/buildfile
@@ -5,4 +5,4 @@
import libs = libstudxml%lib{studxml}
exe{driver}: {hxx cxx}{*} $libs doc{README}
-exe{driver}: test.input = position.xml
+exe{driver}: file{position.xml}: test.input = true
diff --git a/examples/roundtrip/buildfile b/examples/roundtrip/buildfile
index f401cc9..63c54f6 100644
--- a/examples/roundtrip/buildfile
+++ b/examples/roundtrip/buildfile
@@ -5,4 +5,4 @@
import libs = libstudxml%lib{studxml}
exe{driver}: {hxx cxx}{*} $libs doc{README}
-exe{driver}: test.input = position.xml
+exe{driver}: file{position.xml}: test.input = true