aboutsummaryrefslogtreecommitdiff
path: root/tests/function/buildfile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-11-23 14:58:30 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-11-23 14:58:30 +0200
commit79cb3221c2babe6f560f2e3e463e899631a32b33 (patch)
tree2135159931dde6acde213d6e8de1bdbd06d222d4 /tests/function/buildfile
parentc6265603e0e98c19f8d81c8edd5a34a550063c02 (diff)
Implement few builtin functions that can operate on any value
type() null() empty () identity()
Diffstat (limited to 'tests/function/buildfile')
-rw-r--r--tests/function/buildfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/function/buildfile b/tests/function/buildfile
index 52288ca..6c26737 100644
--- a/tests/function/buildfile
+++ b/tests/function/buildfile
@@ -2,6 +2,6 @@
# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
-d = path/
+d = builtin/ path/
./: $d
include $d