From c8128e524255d15ae2c3fc80a89b7c05362427d9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 18 Jan 2017 16:13:43 +0200 Subject: Specify test.target --- build/root.build | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build/root.build b/build/root.build index 60dae65..af2c962 100644 --- a/build/root.build +++ b/build/root.build @@ -14,3 +14,7 @@ cxx{*}: extension = cxx # All exe{} in tests/ are, well, tests. # tests/exe{*}: test = true + +# Specify the test target for cross-testing. +# +test.target = $cxx.target -- cgit v1.1