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/test/script/regex/buildfile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'unit-tests/test/script/regex/buildfile') diff --git a/unit-tests/test/script/regex/buildfile b/unit-tests/test/script/regex/buildfile index 1230338..217ff70 100644 --- a/unit-tests/test/script/regex/buildfile +++ b/unit-tests/test/script/regex/buildfile @@ -2,12 +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 = test/script/regex - -exe{driver}: {hxx cxx}{*} ../../../../build2/cxx{$src} \ - ../../../../build2/liba{b} $libs - include ../../../../build2/ +exe{driver}: {hxx cxx}{*} ../../../../build2/libu{b} -- cgit v1.1