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