mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/digest/test.sh: make this script work again.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11220 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
805e130d20
commit
5038db866f
2 changed files with 5 additions and 4 deletions
|
@ -1,3 +1,7 @@
|
|||
Wed Oct 25 16:34:31 2006 Akinori MUSHA <knu@iDaemons.org>
|
||||
|
||||
* ext/digest/test.sh: make this script work again.
|
||||
|
||||
Wed Oct 25 07:59:42 2006 Tadayoshi Funaba <tadf@dotrb.org>
|
||||
|
||||
* lib/date/format.rb: updated based on date2 3.9.6.
|
||||
|
|
|
@ -11,8 +11,6 @@ ${RUBY} extconf.rb --with-cflags="${CFLAGS}"
|
|||
${MAKE} clean
|
||||
${MAKE}
|
||||
|
||||
mkdir -p lib/digest
|
||||
|
||||
for algo in md5 rmd160 sha1 sha2; do
|
||||
args=--with-cflags="${CFLAGS}"
|
||||
|
||||
|
@ -27,7 +25,6 @@ for algo in md5 rmd160 sha1 sha2; do
|
|||
ln -sf ../../$algo/$algo.so lib/digest/
|
||||
done
|
||||
|
||||
${RUBY} -I. -I./lib test.rb
|
||||
${RUBY} -I. -I./lib ../../test/digest/test_digest.rb
|
||||
|
||||
rm lib/digest/*.so
|
||||
rmdir lib/digest
|
||||
|
|
Loading…
Reference in a new issue