libbuild2-autoconf/libbuild2-autoconf-tests/build/root.build
Boris Kolpackov 54a336216d Minor tweaks
2022-01-20 10:58:44 +02:00

17 lines
474 B
Plaintext

# Load the module to make sure it is up-to-date before we start running the
# tests. Failed that, we may try to update it from multiple tests in parallel.
# Also, our tests use this project as their amalgamation in order to get the
# module import location (as well as the C module configuration).
#
using autoconf
using c
# Every exe{} in this subproject is by default a test.
#
exe{*}: test = true
# Specify the test target for cross-testing.
#
test.target = $c.target