blob: 5dd81423f71de043ab810fd7898e49407c27efa3 (
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
cxx.std = 11
using cxx
hxx{*}: extension = hxx
cxx{*}: extension = cxx
# Every exe{} in this subproject is by default a test.
#
exe{*}: test = true
|