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