From: Devin Mullins Date: 2007-01-21T12:26:15+09:00 Subject: Re: Building extensions with Hoe Alex Gutteridge wrote: > 2. Can I retrospectively add this task as a dependency of the 'test' > task, so that when I run my tests I can ensure the library is freshly > built? Yes. I forget exactly, but it's something easy like Rake::Task['test'].prerequisites << 'build_extension'. Devin