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

Correct dependency of :test task on :build task

parent 9c21e8a6
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ Hoe.new("FXRuby", PKG_VERSION) do |p| ...@@ -26,7 +26,7 @@ Hoe.new("FXRuby", PKG_VERSION) do |p|
end end
# Make sure extension is built before tests are run # Make sure extension is built before tests are run
task :test => build task :test => [:build]
# ... project specific tasks ... # ... project specific tasks ...
......
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