We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 196790e commit 6c2da20Copy full SHA for 6c2da20
bindings/ruby/tests/helper.rb
@@ -21,4 +21,15 @@ def startup
21
def whisper
22
self.class.whisper
23
end
24
+
25
+ module BuildOptions
26
+ load "ext/options.rb", self
27
+ Options.include self
28
29
+ def enable_config(name)
30
+ end
31
32
+ def arg_config(name)
33
34
35
bindings/ruby/tests/test_package.rb
@@ -30,4 +30,10 @@ def test_install
+ def test_build_options
+ options = BuildOptions::Options.new
36
+ assert_empty options.missing_options
37
+ assert_empty options.extra_options
38
39
0 commit comments