blob: 66ca55f86eb6759daef8ff1ae432416d2a55f3a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
using cxx
hxx.ext =
ixx.ext = ixx
txx.ext = txx
cxx.ext = cxx
cxx.std = 11
cxx.poptions += -I$out_root -I$src_root
# All exe{} in tests/ are, well, tests.
#
tests/:
{
test.exe = true
}
|