summaryrefslogtreecommitdiff
path: root/lib/rake/rake_test_loader.rb
blob: 8d7dad3c94481fa7a4f1c6764f7a7c9cddbf96ed (plain)
1
2
3
4
5
#!/usr/bin/env ruby

# Load the test files from the command line.

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