Skip to content

Commit

Permalink
Rake: add test task
Browse files Browse the repository at this point in the history
  • Loading branch information
spk committed Aug 26, 2023
1 parent 94fef47 commit 31e7fc0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ task :cppcheck do
end

task default: ['test:unit', 'test:integration']
task test: ['test:unit']
2 changes: 0 additions & 2 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
$VERBOSE = true
require 'minitest/autorun'
require 'minitest/pride'
require 'pp'

require_relative '../lib/debian/apt_pkg'

0 comments on commit 31e7fc0

Please sign in to comment.