blob: 987c53aa0aac16060cc76008011ac41c65de6fbc [file] [log] [blame]
// RUN: %empty-directory(%t)
// RUN: touch %t/file-01.swift
// RUN: touch %t/file-02.swift
// RUN: cd %t
// RUN: %target-swift-frontend -emit-module -primary-file file-01.swift -primary-file file-02.swift -o file-01.swiftmodule -o file-02.swiftmodule -module-name foo
// RUN: test -e file-01.swiftmodule -a -e file-02.swiftmodule