summaryrefslogtreecommitdiff
path: root/libxsd-tests
diff options
context:
space:
mode:
Diffstat (limited to 'libxsd-tests')
-rw-r--r--libxsd-tests/.gitignore6
-rw-r--r--libxsd-tests/README8
-rw-r--r--libxsd-tests/README.md4
-rw-r--r--libxsd-tests/buildfile2
-rw-r--r--libxsd-tests/manifest16
5 files changed, 20 insertions, 16 deletions
diff --git a/libxsd-tests/.gitignore b/libxsd-tests/.gitignore
index 1b1f9fb..616686d 100644
--- a/libxsd-tests/.gitignore
+++ b/libxsd-tests/.gitignore
@@ -3,10 +3,16 @@
*.d
*.t
*.i
+*.i.*
*.ii
+*.ii.*
*.o
*.obj
+*.gcm
+*.pcm
+*.ifc
*.so
+*.dylib
*.dll
*.a
*.lib
diff --git a/libxsd-tests/README b/libxsd-tests/README
deleted file mode 100644
index 1ab33da..0000000
--- a/libxsd-tests/README
+++ /dev/null
@@ -1,8 +0,0 @@
-This package contains tests for the XSD to C++ data binding runtime library.
-
-See the LICENSE file for distribution conditions.
-
-The project page is at https://www.codesynthesis.com/projects/xsd/.
-
-Send bug reports or any other feedback to the xsd-users@codesynthesis.com
-mailing list.
diff --git a/libxsd-tests/README.md b/libxsd-tests/README.md
new file mode 100644
index 0000000..9e275a3
--- /dev/null
+++ b/libxsd-tests/README.md
@@ -0,0 +1,4 @@
+# libxsd-tests - tests for XSD runtime library
+
+This package contains tests for `libxsd`, the XML Schema to C++ data binding
+compiler's runtime library.
diff --git a/libxsd-tests/buildfile b/libxsd-tests/buildfile
index e783791..7259a1f 100644
--- a/libxsd-tests/buildfile
+++ b/libxsd-tests/buildfile
@@ -1,4 +1,4 @@
# file : buildfile
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
-./: {*/ -build/} doc{README} legal{GPLv2 LICENSE FLOSSE} manifest
+./: {*/ -build/} doc{README.md} legal{GPLv2 LICENSE FLOSSE} manifest
diff --git a/libxsd-tests/manifest b/libxsd-tests/manifest
index c7971f7..d16306d 100644
--- a/libxsd-tests/manifest
+++ b/libxsd-tests/manifest
@@ -1,15 +1,17 @@
: 1
name: libxsd-tests
-version: 4.2.0-b.4.z
+version: 4.2.1-a.0.z
project: xsd
+type: tests
+language: c++
summary: XML Schema to C++ data binding compiler runtime library tests
license: other: GPL-2.0-only with Xerces-C++ linking exception and FLOSS exception
-description-file: README
-url: https://www.codesynthesis.com/projects/xsd/
-doc-url: https://www.codesynthesis.com/projects/xsd/
-src-url: https://git.codesynthesis.com/cgit/xsd/xsd/tree/libxsd-tests/
+description-file: README.md
+url: https://www.codesynthesis.com/products/xsd/
+doc-url: https://www.codesynthesis.com/products/xsd/
+src-url: https://git.codesynthesis.com/cgit/xsd/xsd/
email: xsd-users@codesynthesis.com ; Mailing list
-depends: * build2 >= 0.15.0
-depends: * bpkg >= 0.15.0
+depends: * build2 >= 0.16.0
+depends: * bpkg >= 0.16.0
depends: libxerces-c ^3.0.0
depends: libexpat ^2.1.0