From 7eb3ff3059e6d3f5f779e11ebe59c510640baf15 Mon Sep 17 00:00:00 2001 From: Mahmoud Bentriou <mahmoud.bentriou@centralesupelec.fr> Date: Wed, 11 May 2022 22:19:01 +0200 Subject: [PATCH] Add tests --- test/runtests.jl | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/runtests.jl diff --git a/test/runtests.jl b/test/runtests.jl new file mode 100644 index 0000000..708e808 --- /dev/null +++ b/test/runtests.jl @@ -0,0 +1,8 @@ + +include("run_unit.jl") +include("run_simulation.jl") +include("run_dist_lp.jl") +include("run_automata.jl") +include("run_abc_smc.jl") +include("run_abc_model_choice.jl") + -- GitLab