From 7b19ba10dbb1aed19779f1e9296afce784395b96 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sun, 30 Jul 2017 16:05:51 +0300 Subject: Convert to use utility library --- unit-tests/lexer/buildfile | 8 +------- unit-tests/parser/buildfile | 10 +--------- 2 files changed, 2 insertions(+), 16 deletions(-) (limited to 'unit-tests') diff --git a/unit-tests/lexer/buildfile b/unit-tests/lexer/buildfile index 0b4fbcf..3827d04 100644 --- a/unit-tests/lexer/buildfile +++ b/unit-tests/lexer/buildfile @@ -2,11 +2,5 @@ # copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file -#@@ Temporary until we get utility library support. -# -import libs = libcutl%lib{cutl} -src = lexer - -exe{driver}: {hxx cxx}{*} ../../cli/cxx{$src} $libs test{testscript} - include ../../cli/ +exe{driver}: {hxx cxx}{*} ../../cli/libu{cli} test{testscript} diff --git a/unit-tests/parser/buildfile b/unit-tests/parser/buildfile index 44020d8..381f56a 100644 --- a/unit-tests/parser/buildfile +++ b/unit-tests/parser/buildfile @@ -2,13 +2,5 @@ # copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file -#@@ Temporary until we get utility library support. -# -import libs = libcutl%lib{cutl} -src = lexer parser \ -semantics/{class elements expression namespace option unit} \ -traversal/{class elements namespace option unit} - -exe{driver}: {hxx cxx}{*} ../../cli/cxx{$src} $libs test{testscript} - include ../../cli/ +exe{driver}: {hxx cxx}{*} ../../cli/libu{cli} test{testscript} -- cgit v1.1