Revision: 136
http://c-mpi.svn.sourceforge.net/c-mpi/?rev=136&view=rev
Author: jmwozniak
Date: 2010-05-20 20:53:01 +0000 (Thu, 20 May 2010)
Log Message:
-----------
Required for dmalloc in adts tests
Added Paths:
-----------
test/adts/test_helpers.h
Added: test/adts/test_helpers.h
===================================================================
--- test/adts/test_helpers.h (rev 0)
+++ test/adts/test_helpers.h 2010-05-20 20:53:01 UTC (rev 136)
@@ -0,0 +1,10 @@
+
+#define TEST_DMALLOC \
+ DMALLOC_SETUP( \
+ { \
+ printf("HOWDY\n"); \
+ SHOW_S(dmalloc_logpath); \
+ dmalloc_shutdown(); \
+ /* free(dmalloc_logpath); */ \
+ dmalloc_log_unfreed(); \
+ });
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|