summaryrefslogtreecommitdiffstats
path: root/unit-tests
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-09-10 15:46:24 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-09-10 15:46:24 +0300
commit5b01dda05c60da8b691be19feefc18a6d1a79b96 (patch)
treef032100229c6ca545937ff32a89ac4c3352ffae3 /unit-tests
parent85b22875f1cd205aebd3fc680ecbe63ca47e6b76 (diff)
downloadbuild2-5b01dda05c60da8b691be19feefc18a6d1a79b96.tar.gz
build2-5b01dda05c60da8b691be19feefc18a6d1a79b96.tar.xz
build2-5b01dda05c60da8b691be19feefc18a6d1a79b96.zip
Replace libu with libue in buildfiles
Diffstat (limited to 'unit-tests')
-rw-r--r--unit-tests/cc/lexer/buildfile2
-rw-r--r--unit-tests/cc/parser/buildfile2
-rw-r--r--unit-tests/function/buildfile2
-rw-r--r--unit-tests/lexer/buildfile2
-rw-r--r--unit-tests/name/buildfile2
-rw-r--r--unit-tests/scheduler/buildfile2
-rw-r--r--unit-tests/test/script/lexer/buildfile2
-rw-r--r--unit-tests/test/script/parser/buildfile2
-rw-r--r--unit-tests/test/script/regex/buildfile2
9 files changed, 9 insertions, 9 deletions
diff --git a/unit-tests/cc/lexer/buildfile b/unit-tests/cc/lexer/buildfile
index 4aa8b515..479465fb 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 fce77f49..019da19e 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 d318351a..09dc81ae 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 74340182..0c34ea7c 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 f4845711..063201f9 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 ef8a2594..23ee69ff 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 bbfc0322..12c4d284 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 173b15d8..78c66fb9 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 87c10eb3..538642f5 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}