Skip to content

Commit

Permalink
Switch to new testing project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
dgleich committed Jul 30, 2024
1 parent 82cd500 commit c34a7f8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 25 deletions.
27 changes: 2 additions & 25 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,31 +1,8 @@
name = "Delaunator"
uuid = "466f8f70-d5e3-4806-ac0b-a54b75a91218"
authors = ["David Gleich", "Steve Kelly"]
version = "0.1.1"
version = "0.1.2"

[compat]
AdaptivePredicates = "1"
Aqua = "0.8"
ExactPredicates = "2"
GeometryBasics = "0.4"
JET = "0.4, 0.7, 0.8"
JSON = "0.21"
Pkg = "<0.0.1, 1"
StableRNGs = "1"
Test = "<0.0.1, 1"
julia = "1.6"

julia = "1"

[extras]
AdaptivePredicates = "35492f91-a3bd-45ad-95db-fcad7dcfedb7"
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
ExactPredicates = "429591f6-91af-11e9-00e2-59fbe8cec110"
GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["AdaptivePredicates", "Aqua", "ExactPredicates", "GeometryBasics", "JET", "JSON", "Pkg", "StableRNGs", "Test"]
10 changes: 10 additions & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[deps]
AdaptivePredicates = "35492f91-a3bd-45ad-95db-fcad7dcfedb7"
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
ExactPredicates = "429591f6-91af-11e9-00e2-59fbe8cec110"
GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 comments on commit c34a7f8

Please sign in to comment.