Fixed the build of the cppunit stuff; if you are using IMPORT/EXPORT you should
make sure they are defined. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7415 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
dda55a58d7
commit
48c68671a2
@ -1,6 +1,7 @@
|
||||
#ifndef _beos_test_case_h_
|
||||
#define _beos_test_case_h_
|
||||
|
||||
#include <BeBuild.h>
|
||||
#include <cppunit/TestCase.h>
|
||||
#include <StorageDefs.h>
|
||||
#include <SupportDefs.h>
|
||||
|
@ -1,6 +1,7 @@
|
||||
#ifndef _beos_test_suite_h_
|
||||
#define _beos_test_suite_h_
|
||||
|
||||
#include <BeBuild.h>
|
||||
#include <cppunit/Test.h>
|
||||
#include <map>
|
||||
#include <string>
|
||||
|
Loading…
x
Reference in New Issue
Block a user