Sha256: 2c87784726a2694ddb97bdb007c0176d8f6f42f1bd62e2596076fbcbeea5b72e

Contents?: true

Size: 311 Bytes

Versions: 1

Compression:

Stored size: 311 Bytes

Contents

module Swift
  module Gist
    def self.watchman_command dir, swift_modules, watchman_paths_from_swift_modules: method(:watchman_paths_from_swift_modules)
      sources = watchman_paths_from_swift_modules.call(swift_modules)
      "watchman-make -p #{sources} --run 'cd #{dir} && swift test'"
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
swift-gist-0.0.1 lib/swift/gist/watchman_command.rb