Skip to content

Commit

Permalink
add test case
Browse files Browse the repository at this point in the history
  • Loading branch information
p-x9 committed Feb 24, 2024
1 parent 3e32127 commit 9bc67e4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Tests/MachOKitSPMTests/MachOKitSPMTests.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
import XCTest
import MachOKit

final class MachOKitSPMTests: XCTestCase {}
final class MachOKitSPMTests: XCTestCase {
func test() {
let machO = MachOImage(name: "MachOKitSPMTests")!
print(machO)
}
}

0 comments on commit 9bc67e4

Please # to comment.