diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-02-13 10:59:20 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-02-13 12:42:42 +0200 |
commit | 653371fa06c7589a1097b05f32d6ff26f2fbb337 (patch) | |
tree | cee903847b276dff2008d884f4a32389f5cf1e58 /tests/buildfile | |
parent | 737877e62467b924eea0a43eab68258b0c13db78 (diff) |
Use variable_cache for target type/pattern-specific prepend/append
Diffstat (limited to 'tests/buildfile')
-rw-r--r-- | tests/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/buildfile b/tests/buildfile index 0384c45..4b5f149 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -3,5 +3,5 @@ # license : MIT; see accompanying LICENSE file ./: directive/ eval/ expansion/ function/ search/ test/ value/ \ -file{common.test} +variable/ file{common.test} |