diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-11-23 14:58:30 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-11-23 14:58:30 +0200 |
commit | 79cb3221c2babe6f560f2e3e463e899631a32b33 (patch) | |
tree | 2135159931dde6acde213d6e8de1bdbd06d222d4 /tests/function/builtin/buildfile | |
parent | c6265603e0e98c19f8d81c8edd5a34a550063c02 (diff) |
Implement few builtin functions that can operate on any value
type()
null()
empty ()
identity()
Diffstat (limited to 'tests/function/builtin/buildfile')
-rw-r--r-- | tests/function/builtin/buildfile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/function/builtin/buildfile b/tests/function/builtin/buildfile new file mode 100644 index 0000000..5a49ad0 --- /dev/null +++ b/tests/function/builtin/buildfile @@ -0,0 +1,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) |