summaryrefslogtreecommitdiff
path: root/libprint/tests/build/root.build
blob: a67b2fea1d766abdd432147b67defe657283a0c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
cxx.std = latest

using cxx

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

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

# The test target for cross-testing (running tests under Wine, etc).
#
test.target = $cxx.target