From 20d3418dc97b08ac1d3eb2d276dac09943839045 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 14 Oct 2016 15:02:24 +0200 Subject: Start unit-tests/ with test/script/lexer --- unit-tests/test/script/buildfile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 unit-tests/test/script/buildfile (limited to 'unit-tests/test/script/buildfile') 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 -- cgit v1.1