From 5b01dda05c60da8b691be19feefc18a6d1a79b96 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 10 Sep 2018 15:46:24 +0300 Subject: Replace libu with libue in buildfiles --- build2/buildfile | 8 ++++---- unit-tests/cc/lexer/buildfile | 2 +- unit-tests/cc/parser/buildfile | 2 +- unit-tests/function/buildfile | 2 +- unit-tests/lexer/buildfile | 2 +- unit-tests/name/buildfile | 2 +- unit-tests/scheduler/buildfile | 2 +- unit-tests/test/script/lexer/buildfile | 2 +- unit-tests/test/script/parser/buildfile | 2 +- unit-tests/test/script/regex/buildfile | 2 +- 10 files changed, 13 insertions(+), 13 deletions(-) diff --git a/build2/buildfile b/build2/buildfile index 1e3b447..1609ea4 100644 --- a/build2/buildfile +++ b/build2/buildfile @@ -5,11 +5,11 @@ import libs = libbutl%lib{butl} import libs += libpkgconf%lib{pkgconf} -exe{b}: cxx{b} libu{b} +exe{b}: cxx{b} libue{b} -libu{b}: {hxx ixx txx cxx}{** -b -b-options -version} \ - {hxx ixx cxx}{b-options} {hxx}{version} \ - $libs +libue{b}: {hxx ixx txx cxx}{** -b -b-options -version} \ + {hxx ixx cxx}{b-options} {hxx}{version} \ + $libs hxx{version}: in{version} $src_root/manifest diff --git a/unit-tests/cc/lexer/buildfile b/unit-tests/cc/lexer/buildfile index 4aa8b51..479465f 100644 --- a/unit-tests/cc/lexer/buildfile +++ b/unit-tests/cc/lexer/buildfile @@ -3,4 +3,4 @@ # license : MIT; see accompanying LICENSE file include ../../../build2/ -exe{driver}: {hxx cxx}{*} ../../../build2/libu{b} testscript{*} +exe{driver}: {hxx cxx}{*} ../../../build2/libue{b} testscript{*} diff --git a/unit-tests/cc/parser/buildfile b/unit-tests/cc/parser/buildfile index fce77f4..019da19 100644 --- a/unit-tests/cc/parser/buildfile +++ b/unit-tests/cc/parser/buildfile @@ -3,4 +3,4 @@ # license : MIT; see accompanying LICENSE file include ../../../build2/ -exe{driver}: {hxx cxx}{*} ../../../build2/libu{b} testscript{*} +exe{driver}: {hxx cxx}{*} ../../../build2/libue{b} testscript{*} diff --git a/unit-tests/function/buildfile b/unit-tests/function/buildfile index d318351..09dc81a 100644 --- a/unit-tests/function/buildfile +++ b/unit-tests/function/buildfile @@ -3,4 +3,4 @@ # license : MIT; see accompanying LICENSE file include ../../build2/ -exe{driver}: {hxx cxx}{*} ../../build2/libu{b} testscript{*} +exe{driver}: {hxx cxx}{*} ../../build2/libue{b} testscript{*} diff --git a/unit-tests/lexer/buildfile b/unit-tests/lexer/buildfile index 7434018..0c34ea7 100644 --- a/unit-tests/lexer/buildfile +++ b/unit-tests/lexer/buildfile @@ -3,4 +3,4 @@ # license : MIT; see accompanying LICENSE file include ../../build2/ -exe{driver}: {hxx cxx}{*} ../../build2/libu{b} testscript{*} +exe{driver}: {hxx cxx}{*} ../../build2/libue{b} testscript{*} diff --git a/unit-tests/name/buildfile b/unit-tests/name/buildfile index f484571..063201f 100644 --- a/unit-tests/name/buildfile +++ b/unit-tests/name/buildfile @@ -3,4 +3,4 @@ # license : MIT; see accompanying LICENSE file include ../../build2/ -exe{driver}: {hxx cxx}{*} ../../build2/libu{b} +exe{driver}: {hxx cxx}{*} ../../build2/libue{b} diff --git a/unit-tests/scheduler/buildfile b/unit-tests/scheduler/buildfile index ef8a259..23ee69f 100644 --- a/unit-tests/scheduler/buildfile +++ b/unit-tests/scheduler/buildfile @@ -3,4 +3,4 @@ # license : MIT; see accompanying LICENSE file include ../../build2/ -exe{driver}: {hxx cxx}{*} ../../build2/libu{b} +exe{driver}: {hxx cxx}{*} ../../build2/libue{b} diff --git a/unit-tests/test/script/lexer/buildfile b/unit-tests/test/script/lexer/buildfile index bbfc032..12c4d28 100644 --- a/unit-tests/test/script/lexer/buildfile +++ b/unit-tests/test/script/lexer/buildfile @@ -3,4 +3,4 @@ # license : MIT; see accompanying LICENSE file include ../../../../build2/ -exe{driver}: {hxx cxx}{*} ../../../../build2/libu{b} testscript{*} +exe{driver}: {hxx cxx}{*} ../../../../build2/libue{b} testscript{*} diff --git a/unit-tests/test/script/parser/buildfile b/unit-tests/test/script/parser/buildfile index 173b15d..78c66fb 100644 --- a/unit-tests/test/script/parser/buildfile +++ b/unit-tests/test/script/parser/buildfile @@ -3,4 +3,4 @@ # license : MIT; see accompanying LICENSE file include ../../../../build2/ -exe{driver}: {hxx cxx}{*} ../../../../build2/libu{b} testscript{*} +exe{driver}: {hxx cxx}{*} ../../../../build2/libue{b} testscript{*} diff --git a/unit-tests/test/script/regex/buildfile b/unit-tests/test/script/regex/buildfile index 87c10eb..538642f 100644 --- a/unit-tests/test/script/regex/buildfile +++ b/unit-tests/test/script/regex/buildfile @@ -3,4 +3,4 @@ # license : MIT; see accompanying LICENSE file include ../../../../build2/ -exe{driver}: {hxx cxx}{*} ../../../../build2/libu{b} +exe{driver}: {hxx cxx}{*} ../../../../build2/libue{b} -- cgit v1.1