mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-29 11:30:12 +01:00
keyfile/build: set LDFLAGS for buiding keyfile tests
This commit is contained in:
parent
9ff1fa4ae1
commit
33d05f5295
1 changed files with 5 additions and 2 deletions
|
|
@ -20,14 +20,17 @@ AM_CPPFLAGS = \
|
|||
-DTEST_SCRATCH_DIR=\"$(abs_builddir)/keyfiles\" \
|
||||
-DNMCONFDIR=\"nonexistent\"
|
||||
|
||||
AM_LDFLAGS = \
|
||||
$(GLIB_LIBS) \
|
||||
$(CODE_COVERAGE_LDFLAGS)
|
||||
|
||||
noinst_PROGRAMS = test-keyfile
|
||||
|
||||
test_keyfile_SOURCES = \
|
||||
test-keyfile.c
|
||||
|
||||
test_keyfile_LDADD = \
|
||||
$(top_builddir)/src/libNetworkManager.la \
|
||||
$(CODE_COVERAGE_LDFLAGS)
|
||||
$(top_builddir)/src/libNetworkManager.la
|
||||
|
||||
@VALGRIND_RULES@
|
||||
TESTS = test-keyfile
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue