Updated the names of the targets in Package file.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import Testing
|
||||
|
||||
@testable import AppLibrary
|
||||
@testable import DoxyLibrary
|
||||
|
||||
@Suite("AssetPrefix", .tags(.enumeration))
|
||||
struct AssetPrefixTests {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import Testing
|
||||
|
||||
@testable import AppLibrary
|
||||
@testable import DoxyLibrary
|
||||
|
||||
@Suite("IndexPrefix", .tags(.enumeration))
|
||||
struct IndexPrefixTests {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import Testing
|
||||
|
||||
@testable import AppLibrary
|
||||
@testable import DoxyLibrary
|
||||
|
||||
@Suite("StaticFile", .tags(.enumeration))
|
||||
struct StaticFileTests {
|
||||
|
||||
@@ -2,7 +2,7 @@ import Hummingbird
|
||||
import HummingbirdTesting
|
||||
import Testing
|
||||
|
||||
@testable import AppLibrary
|
||||
@testable import DoxyLibrary
|
||||
|
||||
@Suite("DocCMiddleware", .tags(.middleware))
|
||||
struct DoccMiddlewareTests {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import Testing
|
||||
|
||||
@testable import AppLibrary
|
||||
@testable import DoxyLibrary
|
||||
|
||||
@Suite("PathProvider", .tags(.provider))
|
||||
struct PathProviderTests {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import AppLibrary
|
||||
import DoxyLibrary
|
||||
import Hummingbird
|
||||
import HummingbirdTesting
|
||||
import Testing
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import AppLibrary
|
||||
import DoxyLibrary
|
||||
import Logging
|
||||
|
||||
struct TestArguments: AppArguments {
|
||||
|
||||
Reference in New Issue
Block a user