Skip to content

Commit

Permalink
Included testing file in runtests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelchinchilla committed Jul 30, 2023
1 parent fc2b87f commit 4057215
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ if GROUP == "All" || GROUP == "Core"
@safetestset "Overloading Test" begin include("overloads.jl") end
@safetestset "Build Function Test" begin include("build_function.jl") end
@safetestset "Build Function Array Test" begin include("build_function_arrayofarray.jl") end
@safetestset "Build Function Array Test Named Tuples" begin include("build_function_arrayofarray_named_tuples.jl") end
@safetestset "Build Targets Test" begin include("build_targets.jl") end
@safetestset "Latexify Test" begin include("latexify.jl") end
@safetestset "Domain Test" begin include("domains.jl") end
Expand Down

0 comments on commit 4057215

Please sign in to comment.