I'm trying to follow some crazy complex steps to be able to create C ++ unit tests for C ++ code in eclipse (I am completely new to eclipse). These steps are to exclude the use of some source files in the embedded ones - which has meaning to me. However, in my eclipse, I do not see any option Exclude from built when I right-click on the source file. In addition, neither this answer nor this answer works, since I do not see the specified options in the list of things when I right-click on the source file.
So, how to exclude the source file from the built-in?
PS The eclipse version seems to be Luna 4.4.0.
(Or, even better: if someone knows an easier way to configure eclipse with ANY module testing module in SIMPLE form, or knows another Linux infrastructure to start developing C ++ projects with unit testing right away, without trying to try installing things in unknown and complex ways for several weeks before actually starting to encode something - ideas are VERY VERY welcome ...)
source share