/[svn]/linuxsampler/trunk/src/testcases/PoolTest.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/testcases/PoolTest.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 553 by schoenebeck, Sat Oct 9 15:42:27 2004 UTC revision 554 by schoenebeck, Thu May 19 19:25:14 2005 UTC
# Line 4  Line 4 
4  #include <cppunit/TestFixture.h>  #include <cppunit/TestFixture.h>
5  #include <cppunit/extensions/HelperMacros.h>  #include <cppunit/extensions/HelperMacros.h>
6    
7    #ifdef HAVE_CONFIG_H
8    # include <config.h>
9    #endif
10    
11  // set options for Pool.h  // set options for Pool.h
12  #define DEVMODE 1  
13  #define USE_EXCEPTIONS 1  #ifdef CONFIG_DEVMODE
14    # undef CONFIG_DEVMODE
15    #endif
16    #define CONFIG_DEVMODE 1
17    
18    #ifdef CONFIG_RT_EXCEPTIONS
19    # undef CONFIG_RT_EXCEPTIONS
20    #endif
21    #define CONFIG_RT_EXCEPTIONS 1
22    
23  #include "../common/Pool.h"  #include "../common/Pool.h"
24    

Legend:
Removed from v.553  
changed lines
  Added in v.554

  ViewVC Help
Powered by ViewVC