blob: 1e9d1b6fda1349881277113169a1250061bafe2b (
plain)
1
2
3
4
5
6
7
8
9
10
|
# file : tests/test/config-build/buildfile
# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Test config.test.
#
./: testscript exe{driver} $b
exe{driver}: {hxx cxx}{*}
|