diff options
| author | Patrick Venture <venture@google.com> | 2019-03-18 09:06:56 -0700 |
|---|---|---|
| committer | Patrick Venture <venture@google.com> | 2019-03-18 09:06:56 -0700 |
| commit | 51372f02b96e1f1b1317e25e956c712019557bb4 (patch) | |
| tree | 1adfd84f1c11a0d92b04ede6a363efddce5634cf /test | |
| parent | a8356420078bb7e7580fe6c42818e20203c7cbfc (diff) | |
| download | ipmi-blob-tool-51372f02b96e1f1b1317e25e956c712019557bb4.tar.gz ipmi-blob-tool-51372f02b96e1f1b1317e25e956c712019557bb4.zip | |
autotools: Fix for autoconf-archive 2019.01.19
The code coverage macros from the archive changed in a backward
incompatible way. This adds a workaround to autodetect either version
and do the right thing.
Change-Id: I4258fab8811f07760ebd73e8ac55c8493370e19b
Signed-off-by: Patrick Venture <venture@google.com>
Diffstat (limited to 'test')
| -rw-r--r-- | test/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 1fa4ced..8974e42 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,5 +1,4 @@ @VALGRIND_CHECK_RULES@ -@CODE_COVERAGE_RULES@ gtest_cppflags = $(AM_CPPFLAGS) $(GTEST_CFLAGS) $(GMOCK_CFLAGS) gtest_ldadd = $(GTEST_LIBS) $(GMOCK_LIBS) -lgmock_main |

