From dc4f5abaeb007771684f3bd7e13c1cea9bf356e6 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 23 Feb 2022 10:53:11 +0300 Subject: Upgrade to 2.4.6 --- libexpat/build/root.build | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'libexpat/build/root.build') diff --git a/libexpat/build/root.build b/libexpat/build/root.build index 070d5ec..f34f548 100644 --- a/libexpat/build/root.build +++ b/libexpat/build/root.build @@ -11,3 +11,13 @@ if ($c.target.system == 'win32-msvc') if ($c.class == 'msvc') c.coptions += /wd4251 /wd4275 /wd4800 + +# All exe{} in unit-tests/ are, well, tests. Also don't link whole archives +# by default there. +# +unit-tests/exe{*}: test = true +unit-tests/{libue libul}{*}: bin.whole = false + +# Specify the test target for cross-testing (running tests under Wine, etc). +# +test.target = $c.target -- cgit v1.1