dylib unittesting and custom executables
dylib unittesting and custom executables
- Subject: dylib unittesting and custom executables
- From: Olger Warnier <email@hidden>
- Date: Fri, 7 Nov 2003 11:51:47 +0100
Hi All,
I have 2 targets that create:
myfunctional.dylib
myfunctional_unittests.dylib
The last one contains cppunit unittests to be run with the
DllPluginTester, an executable that loads a dynamic library and
performs the tests.
When I press the build&run or build&debug buttons, the DllPluginTester
should load the unittests dylib and run the tests. I found a way to
define a custom executable (the DllPluginTester) but how do I link that
to the unittests target ?
Next to that, I'd like to define some of the settings variables (like
TARGET_BUILD_DIR) as an option to the arguments but $(TARGET_BUILD_DIR)
does not seems to work.
Is this a bug, or do i do the wrong things ?
any help is welcome :)
Thanks,
Olger
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.