[Assorted-commits] SF.net SVN: assorted:[1183] ydb/trunk/tools/test.bash
Brought to you by:
yangzhang
From: <yan...@us...> - 2009-02-15 03:22:14
|
Revision: 1183 http://assorted.svn.sourceforge.net/assorted/?rev=1183&view=rev Author: yangzhang Date: 2009-02-15 03:22:07 +0000 (Sun, 15 Feb 2009) Log Message: ----------- added node-setup-ghash Modified Paths: -------------- ydb/trunk/tools/test.bash Modified: ydb/trunk/tools/test.bash =================================================================== --- ydb/trunk/tools/test.bash 2009-02-15 03:21:58 UTC (rev 1182) +++ ydb/trunk/tools/test.bash 2009-02-15 03:22:07 UTC (rev 1183) @@ -173,10 +173,14 @@ node-setup-gtest() { check-remote - cd /tmp/ toast --quiet arm googletest } +node-setup-ghash() { + check-remote + toast --quiet arm 'http://google-sparsehash.googlecode.com/files/sparsehash-1.4.tar.gz' +} + node-setup-ydb-1() { check-remote if [[ ! -L ~/ydb ]] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |