blob: 9d11dd5bb7c17dbf9ed11124e3396632987da269 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# file : tests/build/root.build
# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
using cxx
cxx.std = 11
# Every exe{} in this subproject is by default a test.
#
exe{*}: test = true
|