Skip to content

Commit 13857fb

Browse files
committed
Add tests
1 parent d0e3f35 commit 13857fb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

test/runtests.jl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,12 @@ struct CustomTag end
9595
adtype = AutoDiffractor()
9696
@test adtype isa ADTypes.AbstractADType
9797
@test adtype isa AutoDiffractor
98+
99+
adtype = AutoFastDifferentiation()
100+
@test adtype isa ADTypes.AbstractADType
101+
@test adtype isa AutoFastDifferentiation
102+
103+
adtype = AutoSparseFastDifferentiation()
104+
@test adtype isa ADTypes.AbstractADType
105+
@test adtype isa AutoSparseFastDifferentiation
98106
end

0 commit comments

Comments
 (0)