Skip to content
New issue

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

"make check" tests do not pass #17

Closed
switzer opened this issue Mar 7, 2018 · 2 comments
Closed

"make check" tests do not pass #17

switzer opened this issue Mar 7, 2018 · 2 comments

Comments

@switzer
Copy link
Contributor

switzer commented Mar 7, 2018

When I run make check, here is the output:

$ make check
Making check in src
/Applications/Xcode.app/Contents/Developer/usr/bin/make  check-TESTS check-local
FAIL: test/test_anoncoin
make[4]: *** No rule to make target `test/anoncoin-util-test.py', needed by `test/anoncoin-util-test.py.log'.  Stop.
make[3]: *** [check-TESTS] Error 2
make[2]: *** [check-am] Error 2
make[1]: *** [check-recursive] Error 1
make: *** [check-recursive] Error 1
@switzer switzer changed the title make check does not work on Mac make check does not work on Mac Mar 7, 2018
@switzer
Copy link
Contributor Author

switzer commented Mar 7, 2018

I moved this file and the data file from bitcoin and a fork of bitcoin. Gets me farther, but errors are now:

$ make check
Making check in src
/Applications/Xcode.app/Contents/Developer/usr/bin/make  check-TESTS check-local
FAIL: test/test_anoncoin
FAIL: test/anoncoin-util-test.py
============================================================================
Testsuite summary for Anoncoin Core 0.9.6.13
============================================================================
# TOTAL: 2
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  2
# XPASS: 0
# ERROR: 0
============================================================================
See src/test-suite.log
Please report to contact@anoncoin.net
============================================================================
make[4]: *** [test-suite.log] Error 1
make[3]: *** [check-TESTS] Error 2
make[2]: *** [check-am] Error 2
make[1]: *** [check-recursive] Error 1
make: *** [check-recursive] Error 1

@switzer switzer changed the title make check does not work on Mac "make check" tests do not pass Mar 7, 2018
switzer pushed a commit to switzer/anoncoin that referenced this issue Mar 7, 2018
@GroundRod
Copy link
Contributor

Sounds like a closed issue to me...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants