File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change
1
+ module AquaTests
2
+
3
+ using Aqua: Aqua
4
+ using DynamicPPL
5
+
6
+ Aqua. test_all (DynamicPPL)
7
+
8
+ end
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
3
3
AbstractMCMC = " 80f14c24-f653-4e6a-9b94-39d6b0f70001"
4
4
AbstractPPL = " 7a57a42e-76ec-4ea3-a279-07e840d6d9cf"
5
5
Accessors = " 7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
6
+ Aqua = " 4c88cf16-eb10-579e-8560-4a9242c79595"
6
7
Bijectors = " 76274a88-744f-5084-9051-94815aaf08c4"
7
8
Combinatorics = " 861a8166-3701-5b0c-9a16-15d98fcdc6aa"
8
9
Compat = " 34da2185-b29b-5c13-b0c7-acf172513d20"
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ include("test_util.jl")
45
45
# groups are chosen to make both groups take roughly the same amount of
46
46
# time, but beyond that there is no particular reason for the split.
47
47
if GROUP == " All" || GROUP == " Group1"
48
+ include (" Aqua.jl" )
48
49
include (" utils.jl" )
49
50
include (" compiler.jl" )
50
51
include (" varnamedvector.jl" )
You can’t perform that action at this time.
0 commit comments