Skip to content

Commit 537de49

Browse files
committed
add probprog test group
1 parent 659b963 commit 537de49

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

test/runtests.jl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,12 @@ const REACTANT_TEST_GROUP = lowercase(get(ENV, "REACTANT_TEST_GROUP", "all"))
6060
@safetestset "Lux Integration" include("nn/lux.jl")
6161
end
6262
end
63+
64+
if REACTANT_TEST_GROUP == "all" || REACTANT_TEST_GROUP == "probprog"
65+
@safetestset "ProbProg Sample" include("probprog/sample.jl")
66+
@safetestset "ProbProg BLR" include("probprog/blr.jl")
67+
@safetestset "ProbProg Simulate" include("probprog/simulate.jl")
68+
@safetestset "ProbProg Generate" include("probprog/generate.jl")
69+
@safetestset "ProbProg Linear Regression" include("probprog/linear_regression.jl")
70+
end
6371
end

0 commit comments

Comments
 (0)