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

How do I install Cxxtest and run it on a mac terminal?? #133

Open
ghost opened this issue May 12, 2017 · 7 comments
Open

How do I install Cxxtest and run it on a mac terminal?? #133

ghost opened this issue May 12, 2017 · 7 comments

Comments

@ghost
Copy link

ghost commented May 12, 2017

Hi,

I have tried so many times to install this cxxtest but I cant do it?? Can someone please help me. I have downloaded all the files on the website but I do not know where to place them nor do I know how to execute it.

Please can someone help me.

@werneazc
Copy link

werneazc commented Jul 7, 2017

Dear AndrewBrin,

have you installed Xcode and additionally Xcode command line tools?
To run use the testing environment, you need a C++ compiler.
You may can test it, if you type
whereis c++

in your terminal. Your answer should look similar to this:
/usr/bin/c++

Afterwards you can try the examples from the documentation by simply changing g++ to c++.
If ./runner will not work, you may mark your program as executable. Therefore you can type:
chmod u+x runner

Regards,
werneazc

@atomgalaxy
Copy link
Member

Can I close this?

@creikey
Copy link

creikey commented Feb 17, 2018

@atomgalaxy Yeah this is really stupid

@frazjp65
Copy link

This is probably safe to close, but for others looking for this I was able to install this using Homebrew.

brew install CxxTest

@ghost
Copy link
Author

ghost commented Mar 24, 2018 via email

@frazjp65
Copy link

Sorry, I assumed because of the age and lack of responses.

Did you try to install it via brew?

@atomgalaxy
Copy link
Member

Andrew,

We need to know more about your environment in order to help you. In general, getting something like CxxTest to work requires understanding of how to run code generators from your build environment. Helping with that is something we can try to do (and we do provide integration scripts for various build tools), but ultimately, you need to know how to run python from your makefiles (or other).

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

4 participants