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

Makefile Test Dependency should not be .cc #18

Open
richardmin opened this issue Feb 5, 2017 · 1 comment
Open

Makefile Test Dependency should not be .cc #18

richardmin opened this issue Feb 5, 2017 · 1 comment
Assignees
Labels

Comments

@richardmin
Copy link
Contributor

The implicit rule should not point to a .cc, and instead to a .o (or no extension). Otherwise, this will lead to bugs regarding the dependencies not being able to track tests properly.

@richardmin richardmin added the bug label Feb 5, 2017
@richardmin richardmin self-assigned this Feb 7, 2017
@richardmin
Copy link
Contributor Author

In fact, these should probably be .o files.

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

No branches or pull requests

1 participant