diff options
author | Thomas Haller <thaller@redhat.com> | 2016-10-15 16:00:00 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2016-10-19 15:26:30 +0200 |
commit | 274de2555baf30855501d3e275a09404ab03565a (patch) | |
tree | 94b1a1fb8cf839b726417014134a70feae452564 /libnm-util | |
parent | a54a3e8263f7ba6eee1b975536e0b7f3c6a98d63 (diff) | |
download | NetworkManager-274de2555baf30855501d3e275a09404ab03565a.tar.gz |
build/trivial: rename VALGRIND_RULES in Makefile.am to NM_LOG_COMPILER
Diffstat (limited to 'libnm-util')
-rw-r--r-- | libnm-util/tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm-util/tests/Makefile.am b/libnm-util/tests/Makefile.am index 1076a933e6..49b29bf01e 100644 --- a/libnm-util/tests/Makefile.am +++ b/libnm-util/tests/Makefile.am @@ -10,7 +10,7 @@ AM_CPPFLAGS = \ -DBUILD_DIR=\"$(abs_builddir)\" \ -DTEST_CERT_DIR=\"$(abs_top_srcdir)/libnm-core/tests/certs\" -@VALGRIND_RULES@ +@NM_LOG_COMPILER@ TESTS = \ test-settings-defaults \ test-crypto \ |