blob: f8cfb9dd8dd2825f14ed13afc607120c62d619c7 (
plain)
1
2
3
4
5
6
7
|
# file : unit-tests/buildfile
# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
d = function/ lexer/ test/script/
./: $d
include $d
|