blob: f4d2a1c594abb001c134be4d234da4051547f2fb (
plain)
1
2
3
4
5
6
7
8
9
|
# file : tests/build/root.build
# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
using bash
# Every exe{} in this subproject is by default a test.
#
exe{*}: test = true
|