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

Add libcaffe.a to dependencies for TEST_ALL_BIN #236

Merged
merged 2 commits into from
Mar 19, 2014

Conversation

jeffdonahue
Copy link
Contributor

Prior to this change, running make clean && make test gave the error g++: error: libcaffe.a: No such file or directory. This fixes that.

Edit: make clean && make runtest was giving a similar error g++: error: build/src/gtest/gtest-all.o: No such file or directory; commit 9251ae7 fixes that as well.

@jeffdonahue
Copy link
Contributor Author

This PR is pretty safe (just adds two (clearly necessary) dependencies to runtest) -- merging myself now so I can stop cherrypicking the Makefile from this PR to run tests.

jeffdonahue added a commit that referenced this pull request Mar 19, 2014
Add libcaffe.a to dependencies for TEST_ALL_BIN
@jeffdonahue jeffdonahue merged commit c193976 into BVLC:dev Mar 19, 2014
@shelhamer
Copy link
Member

Hey Jeff, agreed this was a totally safe merge. Next time you might as well just push to dev directly and save yourself the trouble.

@jeffdonahue
Copy link
Contributor Author

Eh, I don't mind making PRs, I kind of like having them as records (but it's fine by me if you and the other collaborators want to push very safe and small changes directly to dev).

@jeffdonahue jeffdonahue deleted the test-all-bin-makefile-deps branch April 2, 2014 17:33
mitmul pushed a commit to mitmul/caffe that referenced this pull request Sep 30, 2014
Add libcaffe.a to dependencies for TEST_ALL_BIN
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

Successfully merging this pull request may close these issues.

2 participants