Index: trunk/psLib/src/pstap.h
===================================================================
--- trunk/psLib/src/pstap.h	(revision 8234)
+++ trunk/psLib/src/pstap.h	(revision 8234)
@@ -0,0 +1,6 @@
+#include <pslib.h>
+#include "tap.h"
+
+#define done() ok(psMemCheckLeaks(0, NULL, stdout, false) == 0, "Memory Leaks"); \
+return exit_status()
+
