Skip to content

Commit ce6169a

Browse files
committed
Add note about include (a hacky solution for now)
1 parent d57515f commit ce6169a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/runtests.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -541,6 +541,8 @@ end
541541
end
542542

543543
@testset "AbstractFFTs upstream tests" begin
544+
# A necessary hack since AbstractFFTsTestUtils is not its own registered package yet.
545+
# See https://github.com/JuliaMath/AbstractFFTs.jl/pull/78
544546
include(joinpath(pathof(AbstractFFTs), "..", "..", "test", "testbackend.jl"))
545547
using .AbstractFFTsTestUtils
546548
test_fft_backend()

0 commit comments

Comments
 (0)