diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-09-08 12:37:39 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-09-08 12:37:39 +0200 |
commit | efd76ff778c0b7b1f8cb9e0485bb9b4b62b149a7 (patch) | |
tree | 81551df937191dde3503cdaa81fc472e120fa3c5 /build/root.build | |
parent | b66d30af9fb5c50966183820f8ed7af6b8791a2e (diff) |
Implement single quote support
Diffstat (limited to 'build/root.build')
-rw-r--r-- | build/root.build | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/build/root.build b/build/root.build index 5af4637..1afbe80 100644 --- a/build/root.build +++ b/build/root.build @@ -11,3 +11,10 @@ cxx.ext = cxx cxx.std = 14 cxx.poptions += -I$src_root + +# All exe{} in tests/ are, well, tests. +# +tests/: +{ + test.exe = true +} |