summaryrefslogtreecommitdiffstats
path: root/test/lib/rake/puppet_test_loader.rb
blob: cd91623b85b231b6d94c3783066e02d46e5393fe (plain)
1
2
3
4
5
6
7
8
9
10
11

require 'test/unit/autorunner'

ARGV.each { |f| require f unless f =~ /^-/  }

runner = Test::Unit::AutoRunner.new(false)
runner.process_args

runner.run

# $Id$