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/build/root.build | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 libxerces-c/tests/build/root.build (limited to 'libxerces-c/tests/build/root.build') diff --git a/libxerces-c/tests/build/root.build b/libxerces-c/tests/build/root.build new file mode 100644 index 0000000..7bf1cba --- /dev/null +++ b/libxerces-c/tests/build/root.build @@ -0,0 +1,23 @@ +# file : tests/build/root.build +# license : Apache License 2.0; see accompanying LICENSE file + +cxx.std = latest + +using cxx + +hxx{*}: extension = hpp +cxx{*}: extension = cpp + +if ($cxx.target.system == 'win32-msvc') + cxx.poptions += -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS + +if ($cxx.class == 'msvc') + cxx.coptions += /wd4251 /wd4275 /wd4800 + +# Every exe{} in this subproject is by default a test. +# +exe{*}: test = true + +# Specify the test target for cross-testing. +# +test.target = $cxx.target -- cgit v1.1