[Rcpp-commits] r2087 - scripts
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Sep 9 19:34:28 CEST 2010
Author: edd
Date: 2010-09-09 19:34:28 +0200 (Thu, 09 Sep 2010)
New Revision: 2087
Added:
scripts/countTests.sh
Log:
new small helper to count test functions and files
Added: scripts/countTests.sh
===================================================================
--- scripts/countTests.sh (rev 0)
+++ scripts/countTests.sh 2010-09-09 17:34:28 UTC (rev 2087)
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+cd Rcpp/inst/unitTests/
+echo -n "Functions: "
+egrep "test.* function\(" runit.*R | wc -l
+echo -n "Tests : "
+egrep "check(Equals|Exception|True)" runit.*R | wc -l
Property changes on: scripts/countTests.sh
___________________________________________________________________
Added: svn:executable
+ *
More information about the Rcpp-commits
mailing list