File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ let package = Package(
2424 . package ( url: " https://github.com/apple/swift-nio.git " , from: " 2.35.0 " )
2525 ] ,
2626 targets: [
27- . target (
27+ . executableTarget (
2828 name: " NIOHTTP2Server " ,
2929 dependencies: [
3030 " NIOHTTP2 " ,
3131 . product( name: " NIOCore " , package : " swift-nio " ) ,
3232 . product( name: " NIOPosix " , package : " swift-nio " ) ,
3333 . product( name: " NIOHTTP1 " , package : " swift-nio " ) ,
3434 ] ) ,
35- . target (
35+ . executableTarget (
3636 name: " NIOHTTP2PerformanceTester " ,
3737 dependencies: [
3838 " NIOHTTP2 " ,
@@ -73,6 +73,11 @@ let package = Package(
7373 " NIOHPACK " ,
7474 . product( name: " NIOCore " , package : " swift-nio " ) ,
7575 . product( name: " NIOFoundationCompat " , package : " swift-nio " ) ,
76- ] )
76+ ] ,
77+ resources: [
78+ . copy( " Fixtures/large_complex_huffman_b64.txt " ) ,
79+ . copy( " Fixtures/large_huffman_b64.txt " ) ,
80+ ]
81+ )
7782 ]
7883)
You can’t perform that action at this time.
0 commit comments