blob: 6b303e1a2b5533ea03533d9754e95db872a9c4a1 (
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/
./: $d
include $d
|