diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-01-23 10:08:08 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:44:04 -0500 |
commit | fe938ca91f6ead7371390ec01a232dde0565c42e (patch) | |
tree | 8549b24bdf4c94854909b5ef454cfc1223c1c070 /source4/torture | |
parent | d2bfa6611924a6f6c2bc0571f71414818d8968fd (diff) | |
download | samba-fe938ca91f6ead7371390ec01a232dde0565c42e.tar.gz samba-fe938ca91f6ead7371390ec01a232dde0565c42e.tar.bz2 samba-fe938ca91f6ead7371390ec01a232dde0565c42e.zip |
r20967: Allow pidl tests to work with gcov
(This used to be commit 9da63e362c9d590388c77d882f9dbf54b0aa78cc)
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/config.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/torture/config.mk b/source4/torture/config.mk index 82fbf41ed1..a9e773f124 100644 --- a/source4/torture/config.mk +++ b/source4/torture/config.mk @@ -340,7 +340,8 @@ test_cov: @$(MAKE) test \ HOSTCC_CFLAGS="$(HOSTCC_CFLAGS) $(GCOV_FLAGS)" \ CFLAGS="$(CFLAGS) $(GCOV_FLAGS)" \ - LDFLAGS="$(LDFLAGS) $(GCOV_FLAGS) $(GCOV_LIBS)" + LDFLAGS="$(LDFLAGS) $(GCOV_FLAGS) $(GCOV_LIBS)" \ + SHLD_FLAGS="$(SHLD_FLAGS) $(GCOV_FLAGS) $(GCOV_LIBS)" gcov: test_cov for I in $(sort $(dir $(ALL_OBJS))); \ |