|
|
@ -63,14 +63,12 @@ make clean |
|
|
|
cd @abs_top_srcdir@/win32-build |
|
|
|
cd @abs_top_srcdir@/win32-build |
|
|
|
make clean |
|
|
|
make clean |
|
|
|
|
|
|
|
|
|
|
|
# Test code coverage |
|
|
|
# TODO: Fix code coverage builds on pull-tester machine |
|
|
|
cd @abs_top_srcdir@ |
|
|
|
# # Test code coverage |
|
|
|
make distdir |
|
|
|
# cd @abs_top_srcdir@ |
|
|
|
mv $DISTDIR linux-coverage-build |
|
|
|
# make distdir |
|
|
|
cd linux-coverage-build |
|
|
|
# mv $DISTDIR linux-coverage-build |
|
|
|
# TODO: re-enable blockchain tester tool |
|
|
|
# cd linux-coverage-build |
|
|
|
#./configure --enable-lcov --with-comparison-tool="$JAVA_COMPARISON_TOOL" |
|
|
|
# ./configure --enable-lcov --disable-silent-rules --disable-ccache --with-comparison-tool="$JAVA_COMPARISON_TOOL" |
|
|
|
./configure --enable-lcov |
|
|
|
# make -j$JOBS |
|
|
|
make -j$JOBS |
|
|
|
# make cov |
|
|
|
make cov |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|