Skip to content

Commit 5407354

Browse files
authored
update tests (#283)
1 parent 0f46b75 commit 5407354

File tree

3 files changed

+25
-15
lines changed

3 files changed

+25
-15
lines changed

Project.toml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,29 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
99
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1010

1111
[compat]
12+
Aqua = "0.8"
13+
BenchmarkTools = "1"
14+
ForwardDiff = "0.10"
15+
InteractiveUtils = "1"
16+
LinearAlgebra = "1"
1217
Quaternions = "0.5.3, 0.6, 0.7"
18+
Random = "1"
1319
StaticArrays = "1.2.12"
20+
Test = "1"
21+
Unitful = "1"
1422
julia = "1.6"
23+
24+
[extras]
25+
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
26+
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
27+
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
28+
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
29+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
30+
Quaternions = "94ee1d12-ae83-5a48-8b1c-48b8ff168ae0"
31+
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
32+
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
33+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
34+
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
35+
36+
[targets]
37+
test = ["Aqua", "BenchmarkTools", "ForwardDiff", "InteractiveUtils", "LinearAlgebra", "Quaternions", "Random", "StaticArrays", "Test", "Unitful"]

perf/runbenchmarks.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using Rotations
2-
using BenchmarkTools
2+
import BenchmarkTools
3+
import BenchmarkTools: @benchmarkable, BenchmarkGroup, loadparams!, tune!
34
import Base.Iterators: product
45
import Random
56

test/Project.toml

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

0 commit comments

Comments
 (0)