summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2021-03-14 14:54:09 +0100
committerThomas Haller <thaller@redhat.com>2021-03-15 17:10:54 +0100
commitd8dd6e94e604957d7788ad401bfc19fbaa69d68d (patch)
treeb650953a05140adf1f106150584cbfaf3d6591b3 /tools
parent61f99307c6ce495be4c9c8d326665ccbd019f4e8 (diff)
tui: move from "clients/tui/" to "src/nmtui/"
Diffstat (limited to 'tools')
-rwxr-xr-xtools/test-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test-build.sh b/tools/test-build.sh
index 6d77dea95d..cb5199c856 100755
--- a/tools/test-build.sh
+++ b/tools/test-build.sh
@@ -31,7 +31,6 @@ build_out_of_tree() {
TARGETS=("$@")
if [ "${#TARGETS}" -lt 1 ]; then
TARGETS=(
- clients/tui/nmtui
dispatcher/nm-dispatcher
src/core/NetworkManager
src/core/dhcp/nm-dhcp-helper
@@ -40,6 +39,7 @@ if [ "${#TARGETS}" -lt 1 ]; then
src/core/platform/tests/monitor
src/nm-online/nm-online
src/nmcli/nmcli
+ src/nmtui/nmtui
$(git grep -h '\.l\?a\>' Makefile.am | sed 's/[a-zA-Z.0-9_-/]\+/\n\0\n/g' | sort -u | grep '\.l\?a$')
)
fi