diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-06 19:46:03 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-06 21:20:37 +0300 |
commit | cfd31379be5eefb22a72b5ee90ce8fd17a0802b7 (patch) | |
tree | 19fa3727e1799c98938681f79328b60d63afff19 /build | |
parent | e3af4c881790a95be2676a7f4fb8df4136f8a3f3 (diff) |
Implement manifests
Diffstat (limited to 'build')
-rw-r--r-- | build/root.build | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/build/root.build b/build/root.build index f19d700..e36af49 100644 --- a/build/root.build +++ b/build/root.build @@ -21,6 +21,11 @@ cxx.poptions =+ "-I$out_root" "-I$src_root" # using? cli -# All exe{} in tests/ are, well, tests. +# All exe{} in tests/ and unit-tests/ are, well, tests. # -tests/exe{*}: test = true +tests/exe{*}: test = true +unit-tests/exe{*}: test = true + +# Specify the test target for cross-testing. +# +test.target = $cxx.target |