diff --git a/JAMTests/Package.swift b/JAMTests/Package.swift index 9e319d89..394d1d2e 100644 --- a/JAMTests/Package.swift +++ b/JAMTests/Package.swift @@ -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",