diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-10-19 17:51:51 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-11-04 09:26:33 +0200 |
commit | 08b6f40b285780906c70c0d56483b8edbb077667 (patch) | |
tree | ce78deb752756a934cdbd8b7b3df875b48addcd2 /unit-tests/test/script/buildfile | |
parent | e84fd4aeeb15cd5894193dc403afc60e0dd7f321 (diff) |
Add testscript parser unit test
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 b84e5ce..6b303e1 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/ +d = lexer/ parser/ ./: $d include $d |