blob: 9b7b9063da913736088466fbe8fcbb98c1eecfc3 (
plain)
1
2
3
4
5
6
7
|
# file : tests/test/script/integration/buildfile
# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
./: test{testscript}
test{*}: test = $build.driver
|