Sha256: 995d1551fc08f789e8d036ac378014ab1fbce43aebd4d84e18d7c66585571f65
Contents?: true
Size: 357 Bytes
Versions: 8
Compression:
Stored size: 357 Bytes
Contents
require "#{ENV['CMOCK_DIR']}/lib/cmock" raise "Header file to mock must be specified!" unless ARGV.length >= 1 mock_out = ENV.fetch('MOCK_OUT', './build/test/mocks') mock_prefix = ENV.fetch('MOCK_PREFIX', 'mock_') cmock = CMock.new({:plugins => [:ignore, :return_thru_ptr], :mock_prefix => mock_prefix, :mock_path => mock_out}) cmock.setup_mocks(ARGV[0])
Version data entries
8 entries across 8 versions & 1 rubygems