diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-01-24 20:14:49 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-01-24 20:14:49 +0300 |
commit | 60ff4528721bb821120be68438d0b291809b8f7d (patch) | |
tree | 0cbc1d6f0a1b36193f8a7b480a1e6f8ad2f5b484 /build/root.build | |
parent | 6b3d2176613f14a9723af17bd949d5ea2d2a6268 (diff) |
Move test.target assignment to test sub-project level
Diffstat (limited to 'build/root.build')
-rw-r--r-- | build/root.build | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/build/root.build b/build/root.build index 09c640b..4f70114 100644 --- a/build/root.build +++ b/build/root.build @@ -4,7 +4,3 @@ using cxx hxx{*}: extension = cxx{*}: extension = cxx - -# Specify the test target for cross-testing. -# -test.target = $cxx.target |