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