summaryrefslogtreecommitdiff
path: root/odb-tests/oracle/database/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'odb-tests/oracle/database/buildfile')
-rw-r--r--odb-tests/oracle/database/buildfile14
1 files changed, 14 insertions, 0 deletions
diff --git a/odb-tests/oracle/database/buildfile b/odb-tests/oracle/database/buildfile
new file mode 100644
index 0000000..59b025d
--- /dev/null
+++ b/odb-tests/oracle/database/buildfile
@@ -0,0 +1,14 @@
+# file : oracle/database/buildfile
+# license : GNU GPL v2; see accompanying LICENSE file
+
+if ($build.meta_operation != 'dist')
+{
+ assert ($oracle) "oracle should be configured for this test"
+ assert (!$multi) "multi-database mode is not supported by this test"
+}
+
+import libs = libodb-oracle%lib{odb-oracle}
+
+exe{driver}: {hxx cxx}{*} $libs testscript
+
+cxx.poptions =+ "-I$out_base" "-I$src_base"