kealan commented on issue #3: Fix test_FP*_arithmetics_YYY.c.in tests URL: https://github.com/apache/incubator-milagro-crypto-c/issues/3#issuecomment-501987294 Hi Giorgio That is done here; ifneq ($(findstring -DCMAKE_BUILD_TYPE=Coverage,${BUILD_PARAMS}),) mkdir -p target/${BUILD_NAME}/coverage cd target/${BUILD_NAME} && \ cmake $(subst $(dcomma),$(space),${BUILD_PARAMS}) ../.. | tee cmake.log ; test $${PIPESTATUS[0]} -eq 0 && \ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./ && \ make | tee make.log ; test $${PIPESTATUS[0]} -eq 0 &&\ lcov --zerocounters --directory . && \ lcov --capture --initial --directory . --output-file coverage/amcl && \ env CTEST_OUTPUT_ON_FAILURE=1 make test | tee test.log ; test $${PIPESTATUS[0]} -eq 0 && \ lcov --no-checksum --directory . --capture --output-file coverage/amcl.info && \ lcov --remove coverage/amcl.info "*/test_*" --output-file coverage/amcl.info && \ genhtml -o coverage -t "milagro-crypto-c Test Coverage" coverage/amcl.info else
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
