This is a bit goofy, but I have a library and I would like to stash the test in the .cpp file associated with the class so that the test can be compiled using compiler Definitions. However, the macros aren't being picked up by the test application like they would if they were linked directly. Any ideas?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This is a bit goofy, but I have a library and I would like to stash the test in the .cpp file associated with the class so that the test can be compiled using compiler Definitions. However, the macros aren't being picked up by the test application like they would if they were linked directly. Any ideas?