[Remoterengine-commits] r146 - pkg/RemoteREngine.test/exec
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Sep 17 14:51:36 CEST 2009
Author: romain
Date: 2009-09-17 14:51:36 +0200 (Thu, 17 Sep 2009)
New Revision: 146
Added:
pkg/RemoteREngine.test/exec/runtests
Log:
added runtests executable
Added: pkg/RemoteREngine.test/exec/runtests
===================================================================
--- pkg/RemoteREngine.test/exec/runtests (rev 0)
+++ pkg/RemoteREngine.test/exec/runtests 2009-09-17 12:51:36 UTC (rev 146)
@@ -0,0 +1,14 @@
+#!/bin/env Rscript
+
+require( ant )
+
+# copy all files from the testng directory into the current directory
+testng.dir <- system.file("testng", package = "RemoteREngine.test")
+files <- list.files( testng.dir, full.names = TRUE )
+for( f in files){
+ file.copy( f, basename(f) )
+}
+
+# run them with ant
+ant( arguments = "runtests" )
+
Property changes on: pkg/RemoteREngine.test/exec/runtests
___________________________________________________________________
Name: svn:executable
+ *
More information about the Remoterengine-commits
mailing list