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