Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Jul 2, 2024
1 parent 9a2177e commit 795f5a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JAMTests/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ let package = Package(
// Targets are the basic building blocks of a package, defining a module or a test suite.
// Targets can depend on other targets in this package and products from dependencies.
.target(
name: "JAMTests"
// resources: [.copy("../../jamtestvectors")]
name: "JAMTests",
resources: [.copy("../../jamtestvectors")]
),
.testTarget(
name: "JAMTestsTests",
Expand Down

0 comments on commit 795f5a0

Please sign in to comment.