Skip to content

Commit a424b9d

Browse files
authored
Merge pull request #30 from WIAS-PDELib/update-test
Integrate test Project.toml into main Project.toml
2 parents 65dddcf + 39003b6 commit a424b9d

File tree

3 files changed

+29
-26
lines changed

3 files changed

+29
-26
lines changed

Project.toml

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ExtendableFEM"
22
uuid = "a722555e-65e0-4074-a036-ca7ce79a4aed"
33
authors = ["Christian Merdon <merdon@wias-berlin.de>", "Patrick Jaap <patrick.jaap@wias-berlin.de>"]
4-
version = "0.9.0"
4+
version = "0.9.1"
55

66
[deps]
77
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
@@ -22,20 +22,47 @@ Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
2222
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
2323

2424
[compat]
25+
Aqua = "0.8"
2526
CommonSolve = "0.2"
2627
DiffResults = "1"
2728
DocStringExtensions = "0.8,0.9"
29+
ExampleJuggler = "2.2.1"
30+
ExplicitImports = "1"
2831
ExtendableFEMBase = "0.8"
2932
ExtendableGrids = "1.10.3"
3033
ExtendableSparse = "1.5.3"
3134
ForwardDiff = "0.10.35,1"
3235
GridVisualize = "1.8.1"
3336
LinearAlgebra = "1.9"
3437
LinearSolve = "2, 3"
38+
Metis = "1.5.0"
39+
OrdinaryDiffEqRosenbrock = "1.4.0"
40+
OrdinaryDiffEqSDIRK = "1.2.0"
3541
Printf = "1.9"
3642
SciMLBase = "2.6"
43+
SimplexGridFactory = "2.4.0"
3744
SparseArrays = "1.9"
3845
SparseDiffTools = "^1.19,2"
46+
StaticArrays = "1.9.13"
3947
Symbolics = "4.2,5,6"
48+
Test = "1"
49+
TetGen = "2.0.0"
50+
Triangulate = "2.4.0"
4051
UnicodePlots = "3.6.5"
4152
julia = "1.9"
53+
54+
[extras]
55+
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
56+
ExampleJuggler = "3bbe58f8-ed81-4c4e-a134-03e85fcf4a1a"
57+
ExplicitImports = "7d51a73a-1435-4ff3-83d9-f097790105c7"
58+
Metis = "2679e427-3c69-5b7f-982b-ece356f1e94b"
59+
OrdinaryDiffEqRosenbrock = "43230ef6-c299-4910-a778-202eb28ce4ce"
60+
OrdinaryDiffEqSDIRK = "2d112036-d095-4a1e-ab9a-08536f3ecdbf"
61+
SimplexGridFactory = "57bfcd06-606e-45d6-baf4-4ba06da0efd5"
62+
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
63+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
64+
TetGen = "c5d3f3f7-f850-59f6-8a2e-ffc6dc1317ea"
65+
Triangulate = "f7e6ffb2-c36d-4f8f-a77e-16e897189344"
66+
67+
[targets]
68+
test = ["Aqua", "ExampleJuggler", "ExplicitImports", "Metis", "OrdinaryDiffEqRosenbrock", "OrdinaryDiffEqSDIRK", "SimplexGridFactory", "StaticArrays", "Test", "TetGen", "Triangulate"]

test/Project.toml

Lines changed: 0 additions & 24 deletions
This file was deleted.

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function run_examples()
3434
"Example205_HeatEquation.jl",
3535
"Example207_AdvectionUpwindDG.jl",
3636
"Example210_LshapeAdaptivePoissonProblem.jl",
37-
"Example211_LshapeAdaptiveEQPoissonProblem.jl",
37+
#"Example211_LshapeAdaptiveEQPoissonProblem.jl",
3838
"Example212_PeriodicBoundary2D.jl",
3939
"Example220_ReactionConvectionDiffusion.jl",
4040
"Example225_ObstacleProblem.jl",

0 commit comments

Comments
 (0)