diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-14 12:31:34 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-14 12:31:34 +0200 |
commit | 8f2f614baaa54ba643d903d31fef73ffcc389fda (patch) | |
tree | dcc9149969a1f82c2f1bc4b95866832798eddc41 /tests | |
parent | 1dfa2e3caa2f98cfc3e6df947ab97727a0e1f47a (diff) |
Use default build2 extensions for C++ files
Diffstat (limited to 'tests')
-rw-r--r-- | tests/build/root.build | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/build/root.build b/tests/build/root.build index c731d60..9d11dd5 100644 --- a/tests/build/root.build +++ b/tests/build/root.build @@ -4,9 +4,6 @@ using cxx -hxx{*}: extension = hxx -cxx{*}: extension = cxx - cxx.std = 11 # Every exe{} in this subproject is by default a test. |