summaryrefslogtreecommitdiff
path: root/test/test_openbabel.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2016-03-30 19:50:48 +0200
committerChristoph Helma <helma@in-silico.ch>2016-03-30 19:50:48 +0200
commitb2094369d3352a6d4ff0a928a206a62015e36b61 (patch)
tree5edd469ac166ddbaae056cb83f94d09662ecf3c7 /test/test_openbabel.rb
parent81c6e837e24ad503cc5d5c4954bf313e09a23200 (diff)
uses master branch from https://github.com/openbabel/openbabel.git, simplified installation, workarounds for previous versions removed
Diffstat (limited to 'test/test_openbabel.rb')
-rw-r--r--test/test_openbabel.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_openbabel.rb b/test/test_openbabel.rb
index ed4a19b..7e072af 100644
--- a/test/test_openbabel.rb
+++ b/test/test_openbabel.rb
@@ -3,6 +3,7 @@ require 'test/unit'
$:.unshift File.expand_path('../../lib', __FILE__)
$:.unshift File.expand_path('../../ext', __FILE__)
require 'openbabel'
+#require_relative '../openbabel/lib/openbabel'
include OpenBabel
class OBTest < Test::Unit::TestCase