Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
qiweiii committed Jun 17, 2024
1 parent b9dd4f9 commit 6b37d83
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 29 deletions.
25 changes: 0 additions & 25 deletions Boka/Database/Package.swift

This file was deleted.

2 changes: 0 additions & 2 deletions Boka/Database/Sources/Database/Database.swift

This file was deleted.

4 changes: 4 additions & 0 deletions Boka/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,9 @@ let package = Package(
.product(name: "ArgumentParser", package: "swift-argument-parser"),
]
),
.testTarget(
name: "BokaTests",
dependencies: ["Boka"]
),
]
)
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import XCTest

@testable import Database
@testable import Boka

final class DatabaseTests: XCTestCase {
final class BokaTests: XCTestCase {
func testExample() throws {
// XCTest Documentation
// https://developer.apple.com/documentation/xctest
Expand Down
3 changes: 3 additions & 0 deletions Node/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ import PackageDescription

let package = Package(
name: "Node",
platforms: [
.macOS(.v14),
],
products: [
// Products define the executables and libraries a package produces, making them visible to other packages.
.library(
Expand Down

0 comments on commit 6b37d83

Please sign in to comment.