Skip to content
Snippets Groups Projects
Commit c411910a authored by Lyle Johnson's avatar Lyle Johnson
Browse files

Added test_globs so that the rake :test task finds our tests

parent 96a69c96
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,7 @@ Hoe.new("FXRuby", PKG_VERSION) do |p|
:require_paths => ['ext/fox16', 'lib'],
:summary => "FXRuby is the Ruby binding to the FOX GUI toolkit."
}
p.test_globs = "test/**/TC_*.rb"
end
# Make sure extension is built before tests are run
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment