diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-24 16:47:33 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-24 16:47:33 +0200 |
commit | 0a049bbda4796c685e91e86ba1e3b868e4cabead (patch) | |
tree | 45d16ac6388ea4f18d7a84d4c0c8bcc33a9bf562 /build/root.build | |
parent | 8a9e7a174e1573974187c686a7c0d9c0b03715ab (diff) |
Update for new build2
Diffstat (limited to 'build/root.build')
-rw-r--r-- | build/root.build | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/build/root.build b/build/root.build index 1361f7b..4f10ff1 100644 --- a/build/root.build +++ b/build/root.build @@ -4,4 +4,16 @@ using cxx +hxx.ext = +ixx.ext = ixx +txx.ext = txx +cxx.ext = cxx + cxx.std = 14 + +# All exe{} in tests/ are, well, tests. +# +tests/: +{ + test.exe = true +} |