summaryrefslogtreecommitdiff
path: root/libcmark-gfm/tests/build/root.build
blob: 1a4dbbebb8342247beff418ade218f039cfcd7af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# file      : tests/build/root.build
# copyright : Copyright (c) 2018-2019 Code Synthesis Ltd
# license   : FreeBSD License; see accompanying COPYING file

using c

h{*}: extension = h
c{*}: extension = c

# 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 = $c.target