$OpenBSD: patch-build-tests_xml,v 1.3 2020/11/04 20:45:00 solene Exp $

add OpenBSD target

--- build-tests.xml.orig	Fri Jul 31 18:04:03 2020
+++ build-tests.xml	Fri Jul 31 18:04:58 2020
@@ -114,11 +114,15 @@
         <property name="is.Unix" value="true"/>
         <property name="is.shell.sh" value="true"/>
     </target>
+    <target name="init-openbsd" if="is.OpenBSD">
+        <property name="is.Unix" value="true"/>
+        <property name="is.shell.sh" value="true"/>
+    </target>
     
     <!-- =================================================================== -->
     <!-- Initialize build.                                                   -->
     <!-- =================================================================== -->
-    <target name="init" depends="init-windows, init-linux, init-solaris, init-aix, init-hpux, init-macosx, init-freebsd">
+    <target name="init" depends="init-windows, init-linux, init-solaris, init-aix, init-hpux, init-macosx, init-freebsd, init-openbsd">
     </target>
 
     <!-- =================================================================== -->
