Skip to content

Commit 93ede8c

Browse files
committed
fix names in two places
1 parent 5b28718 commit 93ede8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ for example in filter(contains(r".jl$"), readdir(example_dir, join=true))
3333
Literate.script(example, outdir; keep_comments=true)
3434
end
3535

36-
mtkext = Base.get_extension(NetworkDynamics, :MTKExt)
36+
mtkext = Base.get_extension(NetworkDynamics, :NetworkDynamicsMTKExt)
3737
kwargs = (;
3838
root=joinpath(pkgdir(NetworkDynamics), "docs"),
3939
sitename="NetworkDynamics",

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ haskey(ENV, "BUILDKITE") && @test CUDA.functional() # fail early in buildkite if
5555

5656
# check on the precompile files
5757
@safetestset "Precompile workload" begin include("../src/precompile_workload.jl") end
58-
@safetestset "MTK precompile workload" begin include("../ext/precompile_workload.jl") end
58+
@safetestset "MTK precompile workload" begin include("../ext/MTKExt_precomp_workload.jl") end
5959
end
6060

6161
@testset "Test Doc Examples" begin

0 commit comments

Comments
 (0)