From 795f5a01cb81b74078c8706b1b95765654b8bf7f Mon Sep 17 00:00:00 2001 From: Bryan Chen Date: Tue, 2 Jul 2024 21:30:39 +1200 Subject: [PATCH] update --- JAMTests/Package.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",