这是关于帖子 https://stackoverflow.com/a/4171484/1220659
我想知道在哪里以及如何启用标志 UNIT_TEST。我想,它与makefile有关。但我在这方面完全是新手。
这是关于帖子 https://stackoverflow.com/a/4171484/1220659
我想知道在哪里以及如何启用标志 UNIT_TEST。我想,它与makefile有关。但我在这方面完全是新手。
http://www.google.com/search?q=add+%23define+to+makefile
如果您使用的是 Visual Studio:
http://msdn.microsoft.com/en-us/library/hhzbb5c8%28v=vs.80%29.aspx
我得到了我想要的东西,我只需要在 makefile 中添加带有标志的 -D 选项。