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