We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f692782 + ac10f9d commit 2cec6adCopy full SHA for 2cec6ad
Package.swift
@@ -28,9 +28,12 @@ let package = Package(
28
sources: ["."],
29
publicHeadersPath: "modulemap",
30
cSettings: [
31
- .headerSearchPath("."),
32
.unsafeFlags(["-flto=thin"]) // for Dead Code Elimination
33
- ])
+ ]),
+ .testTarget(name: "TommathTests",
34
+ dependencies: ["libtommath"],
35
+ path: "demo",
36
+ sources: ["tommath_tests.swift"])
37
],
38
cLanguageStandard: .gnu11,
39
cxxLanguageStandard: .gnucxx14
0 commit comments