We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Coverage test not installed in correct directory - see nasa/cFE#881
To Reproduce Make unit tests, make install, observe unit test in build directory.
Expected behavior Should go in target directory (build/exe/cpu1 for sample config)
Code snips
sample_lib/unit-test/CMakeLists.txt
Line 95 in ce70d3d
System observed on:
Additional context None
Reporter Info Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered:
Fix nasa#30, Install unit test to target directory
0a0a4c0
Merge pull request #31 from skliper/fix30-ut-install-dir
d623a9d
Fix #30, Install unit test to target directory
Successfully merging a pull request may close this issue.
Describe the bug
Coverage test not installed in correct directory - see nasa/cFE#881
To Reproduce
Make unit tests, make install, observe unit test in build directory.
Expected behavior
Should go in target directory (build/exe/cpu1 for sample config)
Code snips
sample_lib/unit-test/CMakeLists.txt
Line 95 in ce70d3d
System observed on:
Additional context
None
Reporter Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: