Renamed the Sources folder as Libraries.
This commit is contained in:
parent
060d8a84a9
commit
c29178535a
@ -10,8 +10,8 @@
|
|||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
import Communications
|
|
||||||
import Foundation
|
import Foundation
|
||||||
|
import SwiftLibsCommunication
|
||||||
import XCTest
|
import XCTest
|
||||||
|
|
||||||
#if canImport(FoundationNetworking)
|
#if canImport(FoundationNetworking)
|
@ -10,8 +10,8 @@
|
|||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
import Communications
|
|
||||||
import Foundation
|
import Foundation
|
||||||
|
import SwiftLibsCommunication
|
||||||
|
|
||||||
struct TestEndpoint: Endpoint {
|
struct TestEndpoint: Endpoint {
|
||||||
|
|
@ -10,7 +10,7 @@
|
|||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
import Dependencies
|
import SwiftLibsDependency
|
||||||
import XCTest
|
import XCTest
|
||||||
|
|
||||||
final class DependencyTests: XCTestCase {
|
final class DependencyTests: XCTestCase {
|
@ -10,7 +10,7 @@
|
|||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
import Dependencies
|
import SwiftLibsDependency
|
||||||
import XCTest
|
import XCTest
|
||||||
|
|
||||||
final class DependencyServiceTests: XCTestCase {
|
final class DependencyServiceTests: XCTestCase {
|
@ -10,7 +10,7 @@
|
|||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
import Dependencies
|
import SwiftLibsDependency
|
||||||
|
|
||||||
// MARK: - Protocols
|
// MARK: - Protocols
|
||||||
|
|
@ -10,7 +10,7 @@
|
|||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
import Core
|
import SwiftLibsFoundation
|
||||||
import XCTest
|
import XCTest
|
||||||
|
|
||||||
final class Bool_InitTests: XCTestCase {
|
final class Bool_InitTests: XCTestCase {
|
@ -10,8 +10,8 @@
|
|||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
import Core
|
|
||||||
import Foundation
|
import Foundation
|
||||||
|
import SwiftLibsFoundation
|
||||||
import XCTest
|
import XCTest
|
||||||
|
|
||||||
final class Bundle_LocalisationBundleTests: XCTestCase {
|
final class Bundle_LocalisationBundleTests: XCTestCase {
|
@ -10,7 +10,7 @@
|
|||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
import Core
|
import SwiftLibsFoundation
|
||||||
import XCTest
|
import XCTest
|
||||||
|
|
||||||
final class Collection_EmptyTests: XCTestCase {
|
final class Collection_EmptyTests: XCTestCase {
|
@ -10,7 +10,7 @@
|
|||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
import Core
|
import SwiftLibsFoundation
|
||||||
import XCTest
|
import XCTest
|
||||||
|
|
||||||
final class Optional_NilTests: XCTestCase {
|
final class Optional_NilTests: XCTestCase {
|
@ -10,7 +10,7 @@
|
|||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
import Core
|
import SwiftLibsFoundation
|
||||||
import XCTest
|
import XCTest
|
||||||
|
|
||||||
final class String_EmptyTests: XCTestCase {
|
final class String_EmptyTests: XCTestCase {
|
@ -10,8 +10,8 @@
|
|||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
import Core
|
|
||||||
import Foundation
|
import Foundation
|
||||||
|
import SwiftLibsFoundation
|
||||||
import XCTest
|
import XCTest
|
||||||
|
|
||||||
final class String_LocalisationTests: XCTestCase {
|
final class String_LocalisationTests: XCTestCase {
|
@ -10,7 +10,7 @@
|
|||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
import Core
|
import SwiftLibsFoundation
|
||||||
import XCTest
|
import XCTest
|
||||||
|
|
||||||
final class TimeZone_ZoneTests: XCTestCase {
|
final class TimeZone_ZoneTests: XCTestCase {
|
@ -10,8 +10,8 @@
|
|||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
import Core
|
|
||||||
import Foundation
|
import Foundation
|
||||||
|
import SwiftLibsFoundation
|
||||||
import XCTest
|
import XCTest
|
||||||
|
|
||||||
final class LossyCodableList_DecodableTests: XCTestCase {
|
final class LossyCodableList_DecodableTests: XCTestCase {
|
@ -13,7 +13,7 @@
|
|||||||
import Foundation
|
import Foundation
|
||||||
import XCTest
|
import XCTest
|
||||||
|
|
||||||
@testable import Core
|
@testable import SwiftLibsFoundation
|
||||||
|
|
||||||
final class LossyCodableList_EncodableTests: XCTestCase {
|
final class LossyCodableList_EncodableTests: XCTestCase {
|
||||||
|
|
@ -10,7 +10,7 @@
|
|||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
import Core
|
import SwiftLibsFoundation
|
||||||
|
|
||||||
struct TestCodableList: Codable {
|
struct TestCodableList: Codable {
|
||||||
@LossyCodableList var items: [TestCodable]
|
@LossyCodableList var items: [TestCodable]
|
Loading…
x
Reference in New Issue
Block a user