diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-12 16:38:22 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-12 16:38:22 +0200 |
commit | 32febda57ff5d2a91b63400b85089064c0e20448 (patch) | |
tree | a7ac0c246b73d76b67f01f39ff9d1225ffbae5b7 | |
parent | 800c366d2a7fd84d2fb00f34487c7457b6d24035 (diff) |
Change text.exe to exe{*}:test (BC change)
-rw-r--r-- | build/root.build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/root.build b/build/root.build index 0b176cc..ebc156b 100644 --- a/build/root.build +++ b/build/root.build @@ -14,5 +14,6 @@ cxx.poptions =+ -I$out_root -I$src_root # All exe{} in tests/ are, well, tests. Don't install them. # -tests/: test.exe = true +tests/: test.exe = true # @@ BC +tests/exe{*}: test = true tests/: install = false |