From a8ce5c380c69539fe0c7c62c397634d9d0c9fde2 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 18 Dec 2020 18:48:46 +0300 Subject: Switch to build2 --- libxsd-tests/build/root.build | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 libxsd-tests/build/root.build (limited to 'libxsd-tests/build/root.build') diff --git a/libxsd-tests/build/root.build b/libxsd-tests/build/root.build new file mode 100644 index 0000000..d511eb2 --- /dev/null +++ b/libxsd-tests/build/root.build @@ -0,0 +1,25 @@ +# file : build/root.build +# license : GNU GPL v2 + exceptions; see accompanying LICENSE file + +cxx.std = latest + +using cxx + +hxx{*}: extension = hxx +ixx{*}: extension = ixx +txx{*}: extension = txx +cxx{*}: extension = cxx + +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 project is by default a test. +# +exe{*}: test = true + +# Specify the test target for cross-testing. +# +test.target = $cxx.target -- cgit v1.1