libarc-uri/tests/build/root.build

17 lines
301 B
Plaintext
Raw Normal View History

2024-08-25 21:03:25 +00:00
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