config/tests: use absolute path for config test
Otherwise, calling ./src/tests/config/test-config fails, and we must do: (cd ./src/tests/config && ./test-config) We can avoid that easily.
This commit is contained in:
@@ -9,8 +9,8 @@ AM_CPPFLAGS = \
|
||||
-DG_LOG_DOMAIN=\""NetworkManager"\" \
|
||||
-DNETWORKMANAGER_COMPILATION=NM_NETWORKMANAGER_COMPILATION_INSIDE_DAEMON \
|
||||
$(GLIB_CFLAGS) \
|
||||
-DSRCDIR=\""$(srcdir)"\" \
|
||||
-DBUILDDIR=\""$(builddir)"\"
|
||||
-DSRCDIR=\""$(abs_srcdir)"\" \
|
||||
-DBUILDDIR=\""$(abs_builddir)"\"
|
||||
|
||||
noinst_PROGRAMS = \
|
||||
test-config
|
||||
|
Reference in New Issue
Block a user