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

fixed makefile to testunity.out in root directory #15

Merged
merged 1 commit into from
Jan 15, 2013
Merged

fixed makefile to testunity.out in root directory #15

merged 1 commit into from
Jan 15, 2013

Conversation

vsayer
Copy link
Contributor

@vsayer vsayer commented Nov 19, 2012

testunity.out is being created in the
root directory and was being called from
the 'all' target incorrectly. This is
now fixed.

testunity.out is being created in the
root directory and was being called from
the 'all' target incorrectly. This is
now fixed.
@sw17ch
Copy link
Contributor

sw17ch commented Nov 19, 2012

Hi @vsayer,

Can you give me a more specific description of what behavior this fixes? Perhaps a sample project that demonstrates the problem?

Right now, I'm unable to tell what's actually broken.

@vsayer
Copy link
Contributor Author

vsayer commented Nov 19, 2012

If you run 'make all', you it looks like you currently have it running testunity.out. However at the end of 'make all', I end up getting:

testunity.out
make: testunity.out: Command not found
make: *** [default] Error 127

So to fix that I just simply added './' before $(TARGET). Does that sound like a valid bug?

@jvranish
Copy link
Member

I was somewhat shocked to find that this even works on windows. Merging...

jvranish added a commit that referenced this pull request Jan 15, 2013
fixed makefile to testunity.out in root directory
@jvranish jvranish merged commit 5ad372b into ThrowTheSwitch:master Jan 15, 2013
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.

3 participants