Skip to content

Commit 9847510

Browse files
committed
Add Aqua tests
1 parent 003ff2f commit 9847510

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

test/Aqua.jl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
module AquaTests
2+
3+
using Aqua: Aqua
4+
using DynamicPPL
5+
6+
Aqua.test_all(DynamicPPL)
7+
8+
end

test/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
33
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
44
AbstractPPL = "7a57a42e-76ec-4ea3-a279-07e840d6d9cf"
55
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
6+
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
67
Bijectors = "76274a88-744f-5084-9051-94815aaf08c4"
78
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
89
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"

test/runtests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ include("test_util.jl")
4545
# groups are chosen to make both groups take roughly the same amount of
4646
# time, but beyond that there is no particular reason for the split.
4747
if GROUP == "All" || GROUP == "Group1"
48+
include("Aqua.jl")
4849
include("utils.jl")
4950
include("compiler.jl")
5051
include("varnamedvector.jl")

0 commit comments

Comments
 (0)