We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running make check as per the build instructions, I get this:
make check
./build-aux/test-driver: line 112: 45309 Aborted (core dumped) "$@" >> "$log_file" 2>&1 FAIL: tests ============================================================================ Testsuite summary for libbtc 0.1 ============================================================================ # TOTAL: 1 # PASS: 0 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 ============================================================================ See ./test-suite.log Please report to https://github.com/jonasschnelli/libbtc/issues ============================================================================
The contents of test-suite.log:
================================== libbtc 0.1: ./test-suite.log ================================== # TOTAL: 1 # PASS: 0 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: tests =========== tests: test/sha2_tests.c:426: test_sha_256: Assertion `memcmp(buf, digest_out, SHA256_DIGEST_LENGTH) == 0' failed. FAIL tests (exit status: 134)
I'm compiling on the latest version of Linux Mint.
The text was updated successfully, but these errors were encountered:
test/sha2_tests.c:426: test_sha_256: Assertion
test/sha2_tests.c:426: test_sha_256: Assertion \
uname -r: 6.5.0-25-generic GCC version: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Sorry, something went wrong.
No branches or pull requests
Running
make check
as per the build instructions, I get this:The contents of test-suite.log:
I'm compiling on the latest version of Linux Mint.
The text was updated successfully, but these errors were encountered: