summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--lib/autotest/bacon.rb4
1 files 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