[C-MPI-commits] SF.net SVN: c-mpi:[41] tools
Status: Pre-Alpha
Brought to you by:
jmwozniak
|
From: <jmw...@us...> - 2010-04-28 20:27:38
|
Revision: 41
http://c-mpi.svn.sourceforge.net/c-mpi/?rev=41&view=rev
Author: jmwozniak
Date: 2010-04-28 20:27:32 +0000 (Wed, 28 Apr 2010)
Log Message:
-----------
Reusable test functionality.
Added Paths:
-----------
tools/
tools/test-helpers.zsh
Added: tools/test-helpers.zsh
===================================================================
--- tools/test-helpers.zsh (rev 0)
+++ tools/test-helpers.zsh 2010-04-28 20:27:32 UTC (rev 41)
@@ -0,0 +1,11 @@
+
+# Sourced by tests for reusable functionality
+
+USE_COMM_WORLD=$( grep USE_COMM_WORLD cmpi-config.h | col 3 )
+
+crash()
+{
+ print $1
+ mv ${OUT} ${OUT}.failed
+ exit 1
+}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|