summaryrefslogtreecommitdiff
path: root/test/test_openbabel.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_openbabel.rb')
-rw-r--r--test/test_openbabel.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test_openbabel.rb b/test/test_openbabel.rb
index 40f0cf9..ed4a19b 100644
--- a/test/test_openbabel.rb
+++ b/test/test_openbabel.rb
@@ -1,4 +1,7 @@
require 'test/unit'
+
+$:.unshift File.expand_path('../../lib', __FILE__)
+$:.unshift File.expand_path('../../ext', __FILE__)
require 'openbabel'
include OpenBabel