mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-08-06 04:21:33 +00:00
chore(test): register the io topic in the top-level test runner
Mirror the new test/io tree in TOPICS so Pkg.test and topic filtering pick up WriteVTK coverage after mesh and before quadrature. - Insert "io" after "mesh" in the TOPICS constant ordering
This commit is contained in:
@@ -21,6 +21,7 @@ const TOPICS = [
|
|||||||
"topology",
|
"topology",
|
||||||
"geometry",
|
"geometry",
|
||||||
"mesh",
|
"mesh",
|
||||||
|
"io",
|
||||||
"quadrature",
|
"quadrature",
|
||||||
"domains/continuum",
|
"domains/continuum",
|
||||||
"domains/heat",
|
"domains/heat",
|
||||||
|
|||||||
Reference in New Issue
Block a user