blob: 4249e1fa2c6c948f644f303843dc927790105984 (
plain)
1
2
3
4
5
6
7
8
|
# file : tests/test/script-integration/buildfile
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Test integration of testscript into build system.
#
./: test{testscript} $b
|