From 8e8d599b129d35f638f2c1957c869b054a38b021 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 13 Jul 2017 22:19:18 +0300 Subject: Make tests to be a sub-project --- build/root.build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'build/root.build') diff --git a/build/root.build b/build/root.build index 4661de1..f63ff10 100644 --- a/build/root.build +++ b/build/root.build @@ -21,9 +21,8 @@ cxx.poptions =+ "-I$out_root" "-I$src_root" # using? cli -# All exe{} in tests/ and unit-tests/ are, well, tests. +# All exe{} in unit-tests/ are, well, tests. # -tests/exe{*}: test = true unit-tests/exe{*}: test = true # Specify the test target for cross-testing. -- cgit v1.1