aboutsummaryrefslogtreecommitdiff
path: root/tests/build/root.build
blob: e1098b7168b690d8b3474b99287f5185b734e72b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# file      : tests/build/root.build
# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license   : GNU GPL v2; see accompanying LICENSE file

cxx.std = 11

using cxx

hxx{*}: extension = hxx
cxx{*}: extension = cxx

# Every exe{} in this subproject is by default a test.
#
exe{*}: test = true