module Autoproj::SelfTest

This module is the common setup for all tests

It should be included in the toplevel describe blocks

@example

require 'rubylib/test'
describe Autoproj do
  include Autoproj::SelfTest
end