summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2021-03-01 13:58:36 +0100
committerThomas Haller <thaller@redhat.com>2021-03-02 08:38:26 +0100
commit7767aaaee236263d73002d0d889a2b24ff913f9b (patch)
tree96239133720c5f52dfef2aac7bcbafc73945d062 /tools
parent7e81f4478d6cb8fefe59c3a85486854250506ae9 (diff)
build: move "clients/nm-online.c" to "src/nm-online/"
Diffstat (limited to 'tools')
-rwxr-xr-xtools/test-build.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/test-build.sh b/tools/test-build.sh
index 0ae9a58620..4060aa18f3 100755
--- a/tools/test-build.sh
+++ b/tools/test-build.sh
@@ -31,15 +31,15 @@ build_out_of_tree() {
TARGETS=("$@")
if [ "${#TARGETS}" -lt 1 ]; then
TARGETS=(
- src/core/NetworkManager
- src/core/nm-iface-helper
- src/core/dhcp/nm-dhcp-helper
- dispatcher/nm-dispatcher
- clients/nm-online
clients/cli/nmcli
clients/tui/nmtui
- src/core/platform/tests/monitor
+ dispatcher/nm-dispatcher
+ src/core/NetworkManager
+ src/core/dhcp/nm-dhcp-helper
src/core/ndisc/tests/test-ndisc-linux
+ src/core/nm-iface-helper
+ src/core/platform/tests/monitor
+ src/nm-online/nm-online
$(git grep -h '\.l\?a\>' Makefile.am | sed 's/[a-zA-Z.0-9_-/]\+/\n\0\n/g' | sort -u | grep '\.l\?a$')
)
fi