From 9c21d75adda0d2a7b1677f9e50ac217619c950cb Mon Sep 17 00:00:00 2001 From: Anna Gabutero Date: Thu, 22 Jan 2009 06:07:53 +0000 Subject: Add libs to include path when invoking Test::Unit --- lib/autotest/bacon.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/autotest/bacon.rb b/lib/autotest/bacon.rb index a0640bb..3de8753 100644 --- a/lib/autotest/bacon.rb +++ b/lib/autotest/bacon.rb @@ -31,6 +31,6 @@ class Autotest::Bacon < Autotest args = files_to_test.keys.flatten.join(' ') args = '-a' if args.empty? # TODO : make regex to pass to -n using values - "#{ruby} -S bacon -o TestUnit #{args}" + "#{ruby} -S bacon -I#{libs} -o TestUnit #{args}" end -end \ No newline at end of file +end -- cgit 1.4.1