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/lexer/buildfile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 unit-tests/test/script/lexer/buildfile (limited to 'unit-tests/test/script/lexer/buildfile') diff --git a/unit-tests/test/script/lexer/buildfile b/unit-tests/test/script/lexer/buildfile new file mode 100644 index 0000000..f67f9b3 --- /dev/null +++ b/unit-tests/test/script/lexer/buildfile @@ -0,0 +1,12 @@ +# file : unit-tests/test/script/buildfile +# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + +#@@ Temporary until we get utility library support. +# +import libs = libbutl%lib{butl} +src = token lexer diagnostics utility variable name test/script/{token lexer} + +exe{driver}: cxx{driver} ../../../../build2/cxx{$src} $libs test{script-line} + +include ../../../../build2/ -- cgit v1.1