diff options
Diffstat (limited to 'unit-tests/test/script/buildfile')
-rw-r--r-- | unit-tests/test/script/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unit-tests/test/script/buildfile b/unit-tests/test/script/buildfile index 6b303e1..c5306b1 100644 --- a/unit-tests/test/script/buildfile +++ b/unit-tests/test/script/buildfile @@ -2,6 +2,6 @@ # copyright : Copyright (c) 2014-2016 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -d = lexer/ parser/ +d = lexer/ parser/ regex/ ./: $d include $d |