diff options
Diffstat (limited to 'unit-tests/buildfile')
-rw-r--r-- | unit-tests/buildfile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/unit-tests/buildfile b/unit-tests/buildfile new file mode 100644 index 0000000..6e8b5c2 --- /dev/null +++ b/unit-tests/buildfile @@ -0,0 +1,7 @@ +# file : unit-tests/buildfile +# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + +d = test/script/ +./: $d +include $d |