Thanks for the guide on OF and Catch. I was able to set it up and have it run on stand alone classes that I added on to OF projects (like the SampleClass.h/.cpp in your example) but haven't been able to successfully test any classes/methods with OF specific features. i.e. "Undefined symbols for architecture i386: "ofLog::~ofLog()", referenced from: ...error" I am assuming this is an out-of-scope problem / test app doesn't see the OF structure. I have tried adding #include "ofMain.h", and/or #include "ofApp.h" and/or #include "main.cpp" to no avail. How did you set up the test target / file structure so you can effectively test the all of your OF app?
↧