diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-10-13 09:39:04 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-10-13 09:39:04 +0200 |
commit | 4c1a8d88e64f5b7bd1e82878ddc20c06f593df3e (patch) | |
tree | a298b82a65825008198ac9dac207c75d15ef732f /tests/variable/private/buildfile | |
parent | 219e00f3b8caec38a9c8fbb4d70e33455aba5a92 (diff) |
Add test for public/private variable model
Diffstat (limited to 'tests/variable/private/buildfile')
-rw-r--r-- | tests/variable/private/buildfile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/variable/private/buildfile b/tests/variable/private/buildfile new file mode 100644 index 0000000..3b0d20c --- /dev/null +++ b/tests/variable/private/buildfile @@ -0,0 +1,4 @@ +# file : tests/variable/private/buildfile +# license : MIT; see accompanying LICENSE file + +./: testscript $b |