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