mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-10 11:40:18 +01:00
ifnet/test: rename test check_ifnet to test-ifnet
All our other test binaries are named "test-*" so rename this one too. Also we gitignore "test-*.log" files, but didn't ignore "check_ifnet.log".
This commit is contained in:
parent
f46eb1fc20
commit
fb623df747
3 changed files with 7 additions and 7 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -243,7 +243,7 @@ test-*.trs
|
|||
/src/settings/plugins/ibft/tests/test-ibft
|
||||
/src/settings/plugins/ifcfg-rh/tests/test-ifcfg-rh
|
||||
/src/settings/plugins/ifcfg-rh/tests/test-ifcfg-rh-utils
|
||||
/src/settings/plugins/ifnet/tests/check_ifnet
|
||||
/src/settings/plugins/ifnet/tests/test-ifnet
|
||||
/src/settings/plugins/ifupdown/tests/test-ifupdown
|
||||
/src/settings/plugins/keyfile/tests/test-keyfile
|
||||
/src/supplicant-manager/tests/test-supplicant-config
|
||||
|
|
|
|||
|
|
@ -21,21 +21,21 @@ AM_CPPFLAGS= \
|
|||
-DTEST_WPA_SUPPLICANT_CONF='"$(srcdir)/wpa_supplicant.conf"' \
|
||||
-DSYSCONFDIR=\"nonexistent\"
|
||||
|
||||
noinst_PROGRAMS = check_ifnet
|
||||
check_ifnet_SOURCES = \
|
||||
test_all.c \
|
||||
noinst_PROGRAMS = test-ifnet
|
||||
test_ifnet_SOURCES = \
|
||||
test-ifnet.c \
|
||||
../connection_parser.c \
|
||||
../net_parser.c \
|
||||
../net_utils.c \
|
||||
../wpa_parser.c
|
||||
|
||||
check_ifnet_LDFLAGS = \
|
||||
test_ifnet_LDFLAGS = \
|
||||
$(CODE_COVERAGE_LDFLAGS)
|
||||
|
||||
check_ifnet_LDADD = $(top_builddir)/src/libNetworkManager.la
|
||||
test_ifnet_LDADD = $(top_builddir)/src/libNetworkManager.la
|
||||
|
||||
#@VALGRIND_RULES@
|
||||
TESTS = check_ifnet
|
||||
TESTS = test-ifnet
|
||||
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue