0

This is in regard to the post https://stackoverflow.com/a/4171484/1220659

I want to know where and how to enable the flag UNIT_TEST. I guess, it has something to do with makefile. But I am completely a newbie in this.

Community
  • 1
  • 1
bibbsey
  • 969
  • 2
  • 9
  • 14
  • What do you use to compile/build your code? Maybe g++ and Make, or Visual Studio, or something else? – Beta May 17 '12 at 17:04

2 Answers2

0

I got what I am looking for, I just have to add -D option with the flag in the makefile.

bibbsey
  • 969
  • 2
  • 9
  • 14