Skip to content

Commit 521179d

Browse files
committed
move latex tests to the end
1 parent 97d519b commit 521179d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ using SafeTestsets, Test
2828
@safetestset "Depdendency Graph Test" begin include("dep_graphs.jl") end
2929
@safetestset "Function Registration Test" begin include("function_registration.jl") end
3030
@safetestset "Array of Array Test" begin include("build_function_arrayofarray.jl") end
31-
@safetestset "Latexify recipes Test" begin include("latexify.jl") end
3231
@testset "Distributed Test" begin include("distributed.jl") end
3332
@safetestset "Variable Utils Test" begin include("variable_utils.jl") end
3433
println("Last test requires gcc available in the path!")
3534
@safetestset "C Compilation Test" begin include("ccompile.jl") end
35+
@safetestset "Latexify recipes Test" begin include("latexify.jl") end

0 commit comments

Comments
 (0)