diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-03-06 16:30:31 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-03-08 17:04:08 +0300 |
commit | d3a0e798e5af401b78ecbfb550cb6eabc825df44 (patch) | |
tree | 6c5fb15591a46664dd6df769e10060de49477147 /build | |
parent | 77c639f4db23b554c7d453dcfd012e7dfbc3dea6 (diff) |
Use new setup for unit tests
Diffstat (limited to 'build')
-rw-r--r-- | build/root.build | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/build/root.build b/build/root.build index fd927a6..f89bd4c 100644 --- a/build/root.build +++ b/build/root.build @@ -27,12 +27,6 @@ cxx.poptions =+ "-I$out_root" "-I$src_root" # using? cli -# All exe{} in unit-tests/ are, well, tests. Also don't link whole archives -# by default there. -# -unit-tests/exe{*}: test = true -unit-tests/libu{*}: bin.whole = false - # Specify the test target for cross-testing. # test.target = $cxx.target |