From fc2234b87f4ce29be0e556c6f3b085b749b7d71b Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 16 Apr 2020 18:15:45 +0300 Subject: Add implementation --- libxerces-c/tests/psvi-writer/buildfile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libxerces-c/tests/psvi-writer/buildfile (limited to 'libxerces-c/tests/psvi-writer/buildfile') diff --git a/libxerces-c/tests/psvi-writer/buildfile b/libxerces-c/tests/psvi-writer/buildfile new file mode 100644 index 0000000..9a5d84d --- /dev/null +++ b/libxerces-c/tests/psvi-writer/buildfile @@ -0,0 +1,11 @@ +# file : tests/psvi-writer/buildfile +# license : Apache License 2.0; see accompanying LICENSE file + +import libs = libxerces-c%lib{xerces-c} + +exe{driver}: PSVIWriter/{hxx cxx}{*} $libs testscript + +# Disable MSVC warnings that pop up with /W3. +# +if ($cxx.class == 'msvc') + cxx.coptions += /wd4267 -- cgit v1.1