equal
deleted
inserted
replaced
23 #include "d_shbuf.h" |
23 #include "d_shbuf.h" |
24 #include <e32shbuf.h> |
24 #include <e32shbuf.h> |
25 #include <e32def.h> |
25 #include <e32def.h> |
26 #include <e32def_private.h> |
26 #include <e32def_private.h> |
27 |
27 |
28 RTest test(_L("T_SHBUF")); |
28 #ifdef TEST_CLIENT_THREAD |
|
29 RTest test(_L("T_SHBUF_CLIENT")); |
|
30 #else |
|
31 RTest test(_L("T_SHBUF_OWN")); |
|
32 #endif |
29 |
33 |
30 RShPool P1; // User-side pool |
34 RShPool P1; // User-side pool |
31 RShPool P2; // Kernel-side pool |
35 RShPool P2; // Kernel-side pool |
32 |
36 |
33 const TInt KTestPoolSizeInBytes = 1 << 20; // 1MB |
37 const TInt KTestPoolSizeInBytes = 1 << 20; // 1MB |