diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-10-14 15:02:24 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-11-04 09:26:14 +0200 |
commit | 20d3418dc97b08ac1d3eb2d276dac09943839045 (patch) | |
tree | 693dff3a4010ca5fbaf8b493f1883956edb29d76 /unit-tests/test/script/buildfile | |
parent | 68cfa29aeecc32ee0623aa008fd0e73899e10c9a (diff) |
Start unit-tests/ with test/script/lexer
Diffstat (limited to 'unit-tests/test/script/buildfile')
-rw-r--r-- | unit-tests/test/script/buildfile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/unit-tests/test/script/buildfile b/unit-tests/test/script/buildfile new file mode 100644 index 0000000..b84e5ce --- /dev/null +++ b/unit-tests/test/script/buildfile @@ -0,0 +1,7 @@ +# file : unit-tests/test/script/buildfile +# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + +d = lexer/ +./: $d +include $d |