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 | a2f8d78ae80be6a1567aef398dbee0e786fe33db (patch) | |
tree | d2394bdc2c1cfd8e4972086daf5ef15ea9167102 | |
parent | b10d71db702f7cbdae8c3e38593085f718770de2 (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 57a3d82..f939bff 100644 --- a/build/root.build +++ b/build/root.build @@ -13,5 +13,6 @@ cxx.std = 11 # 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 |