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.
Test
1 parent ca96a90 commit 75fd427Copy full SHA for 75fd427
Project.toml
@@ -11,9 +11,14 @@ Nemo = "2edaba10-b0f1-5616-af89-8c11ac63239a"
11
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
12
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
13
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
14
-Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
15
msolve_jll = "6d01cc9a-e8f6-580e-8c54-544227e08205"
16
+[extras]
17
+Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
18
+
19
+[targets]
20
+test = ["Test"]
21
22
[compat]
23
LinearAlgebra = "1.6"
24
Logging = "1.6"
src/imports.jl
@@ -1,5 +1,4 @@
1
using Markdown
2
-using Test
3
using msolve_jll
4
using Nemo
5
using LinearAlgebra
0 commit comments