@@ -41,57 +41,57 @@ include("convert.jl")
4141include (" specialfunctions.jl" )
4242
4343function testsuite (backend, backend_str, backend_mod, AT, DAT; skip_tests = Set {String} ())
44- # @conditional_testset "Unittests" skip_tests begin
45- # unittest_testsuite(backend, backend_str, backend_mod, DAT; skip_tests)
46- # end
44+ @conditional_testset " Unittests" skip_tests begin
45+ unittest_testsuite (backend, backend_str, backend_mod, DAT; skip_tests)
46+ end
4747
48- # @conditional_testset "SpecialFunctions" skip_tests begin
49- # specialfunctions_testsuite(backend)
50- # end
48+ @conditional_testset " SpecialFunctions" skip_tests begin
49+ specialfunctions_testsuite (backend)
50+ end
5151
5252 @conditional_testset " Intrinsics" skip_tests begin
5353 intrinsics_testsuite (backend, AT)
5454 end
5555
56- # @conditional_testset "Localmem" skip_tests begin
57- # localmem_testsuite(backend, AT)
58- # end
56+ @conditional_testset " Localmem" skip_tests begin
57+ localmem_testsuite (backend, AT)
58+ end
5959
60- # @conditional_testset "Private" skip_tests begin
61- # private_testsuite(backend, AT)
62- # end
60+ @conditional_testset " Private" skip_tests begin
61+ private_testsuite (backend, AT)
62+ end
6363
64- # @conditional_testset "Unroll" skip_tests begin
65- # unroll_testsuite(backend, AT)
66- # end
64+ @conditional_testset " Unroll" skip_tests begin
65+ unroll_testsuite (backend, AT)
66+ end
6767
68- # @testset "NDIteration" begin
69- # nditeration_testsuite()
70- # end
68+ @testset " NDIteration" begin
69+ nditeration_testsuite ()
70+ end
7171
72- # @conditional_testset "copyto!" skip_tests begin
73- # copyto_testsuite(backend, AT)
74- # end
72+ @conditional_testset " copyto!" skip_tests begin
73+ copyto_testsuite (backend, AT)
74+ end
7575
76- # @conditional_testset "Devices" skip_tests begin
77- # devices_testsuite(backend)
78- # end
76+ @conditional_testset " Devices" skip_tests begin
77+ devices_testsuite (backend)
78+ end
7979
80- # @conditional_testset "Printing" skip_tests begin
81- # printing_testsuite(backend)
82- # end
80+ @conditional_testset " Printing" skip_tests begin
81+ printing_testsuite (backend)
82+ end
8383
84- # @conditional_testset "Reflection" skip_tests begin
85- # reflection_testsuite(backend, backend_str, AT)
86- # end
84+ @conditional_testset " Reflection" skip_tests begin
85+ reflection_testsuite (backend, backend_str, AT)
86+ end
8787
88- # @conditional_testset "Convert" skip_tests begin
89- # convert_testsuite(backend, AT)
90- # end
88+ @conditional_testset " Convert" skip_tests begin
89+ convert_testsuite (backend, AT)
90+ end
9191
92- # @conditional_testset "Examples" skip_tests begin
93- # examples_testsuite(backend, backend_str)
94- # end
92+ @conditional_testset " Examples" skip_tests begin
93+ examples_testsuite (backend, backend_str)
94+ end
9595
9696 return
9797end
0 commit comments