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