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

[CMAKE MODULES] Test executable is in the wrong place with cmake #8

Open
jguidoux opened this issue Oct 13, 2015 · 0 comments
Open
Labels
Milestone

Comments

@jguidoux
Copy link

The executable for launching test is build in /build/tmp/bin (as all executables).

All files and folders in build/tmp will be parts of the archive. The test executable does not have to be in the archive. Move this executable in an other folders (/build/test-obj for example).
This configuration should be done in the testing module gradle-cpp-cppUnitTest.

@jguidoux jguidoux added the bug label Oct 13, 2015
@jguidoux jguidoux added this to the Version 1.3 milestone Oct 13, 2015
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