Made the Unit test stuff a bit more mwcc/mwld friendly. It still doesn't build right out of the box with our build system, but with a few changes to the build system it can be done (I'm not going to do that, though).
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6640 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
#include <List.h>
|
||||
#include <MessageQueue.h>
|
||||
|
||||
#include <cppunit/Portability.h>
|
||||
|
||||
// TestHandler
|
||||
|
||||
class BTestHandler : public BHandler {
|
||||
@@ -21,7 +23,7 @@ private:
|
||||
|
||||
// TestApp
|
||||
|
||||
class BTestApp : public BApplication {
|
||||
class CPPUNIT_API BTestApp : public BApplication {
|
||||
public:
|
||||
BTestApp(const char *signature);
|
||||
virtual ~BTestApp();
|
||||
|
||||
Reference in New Issue
Block a user