From 9693eae0d4fddb148bd5fd663a7a2e802d3e4666 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 28 Jul 2017 14:32:38 +0200 Subject: Use utility library to arrange unit testing --- unit-tests/cc/lexer/buildfile | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'unit-tests/cc/lexer/buildfile') diff --git a/unit-tests/cc/lexer/buildfile b/unit-tests/cc/lexer/buildfile index 17a91d0..8c20552 100644 --- a/unit-tests/cc/lexer/buildfile +++ b/unit-tests/cc/lexer/buildfile @@ -2,17 +2,5 @@ # copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -#@@ Temporary until we get utility library support. -# -import libs = libbutl%lib{butl} -src = cc/lexer token lexer diagnostics utility variable name b-options \ -types-parsers context scope parser target operation rule prerequisite file \ -module function functions-builtin functions-filesystem functions-path \ -functions-process-path functions-regex functions-string \ -functions-target-triplet algorithm search dump filesystem scheduler \ -config/{utility init operation module} spec - -exe{driver}: {hxx cxx}{*} ../../../build2/cxx{$src} ../../../build2/liba{b} \ - $libs test{*} - include ../../../build2/ +exe{driver}: {hxx cxx}{*} ../../../build2/libu{b} test{*} -- cgit v1.1