Skip to content

Commit

Permalink
build: add missing files for "make distcheck"
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-dubman committed Nov 5, 2014
1 parent 0b71411 commit 642ccab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
9 changes: 6 additions & 3 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ SUBDIRS += test/gtest
endif

EXTRA_DIST =
EXTRA_DIST += m4/gtest.m4
EXTRA_DIST += configure-devel
EXTRA_DIST += configure-release
EXTRA_DIST += config/m4/gtest.m4
EXTRA_DIST += config/m4/ucs.m4
EXTRA_DIST += config/m4/ib.m4
EXTRA_DIST += config/m4/sysdep.m4
EXTRA_DIST += contrib/configure-devel
EXTRA_DIST += contrib/configure-release

3 changes: 1 addition & 2 deletions test/gtest/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ list: gtest

test_valgrind: uct gtest
. /usr/share/Modules/init/sh && \
module load dev/mofed_valgrind && \
valgrind $(VALGRIND_ARGS) $(abs_builddir)/gtest --gtest_filter=$(GTEST_FILTER)
env LD_LIBRARY_PATH=/usr/lib64/mlnx_ofed/valgrind:${LD_LIBRARY_PATH} valgrind $(VALGRIND_ARGS) $(abs_builddir)/gtest --gtest_filter=$(GTEST_FILTER)

test_jenkins_valgrind: uct gtest
valgrind $(VALGRIND_ARGS) $(VALGRIND_EXTRA_ARGS) $(abs_builddir)/gtest --gtest_filter=$(GTEST_FILTER)
Expand Down

0 comments on commit 642ccab

Please sign in to comment.