[C-MPI-commits] SF.net SVN: c-mpi:[164] test/adts/module.mk.in
Status: Pre-Alpha
Brought to you by:
jmwozniak
|
From: <jmw...@us...> - 2011-03-03 23:13:50
|
Revision: 164
http://c-mpi.svn.sourceforge.net/c-mpi/?rev=164&view=rev
Author: jmwozniak
Date: 2011-03-03 23:13:44 +0000 (Thu, 03 Mar 2011)
Log Message:
-----------
Drop semicolon
Modified Paths:
--------------
test/adts/module.mk.in
Modified: test/adts/module.mk.in
===================================================================
--- test/adts/module.mk.in 2011-03-03 23:13:20 UTC (rev 163)
+++ test/adts/module.mk.in 2011-03-03 23:13:44 UTC (rev 164)
@@ -16,7 +16,7 @@
$(DIR)/test%.out: $(DIR)/test%.x
$(Q) " TEST $(@) "
- $(E) LAUNCH=$(LAUNCH) ; test/adts/runtest.zsh $(<) $(@) 2>&1
+ $(E) LAUNCH=$(LAUNCH) test/adts/runtest.zsh $(<) $(@) 2>&1
$(DIR)/test-success.out: test/gossip/test-success.out \
$(TEST_ADTS_OUTPUT)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|