@@ -13,30 +13,53 @@ const REACTANT_TEST_GROUP = lowercase(get(ENV, "REACTANT_TEST_GROUP", "all"))
13
13
end
14
14
15
15
@safetestset " Layout" include (" layout.jl" )
16
+ @info " Layout tests finished"
16
17
@safetestset " Tracing" include (" tracing.jl" )
18
+ @info " Tracing tests finished"
17
19
@safetestset " Basic" include (" basic.jl" )
20
+ @info " Basic tests finished"
18
21
@safetestset " Constructor" include (" constructor.jl" )
22
+ @info " Constructor tests finished"
19
23
@safetestset " Autodiff" include (" autodiff.jl" )
24
+ @info " Autodiff tests finished"
20
25
@safetestset " Complex" include (" complex.jl" )
26
+ @info " Complex tests finished"
21
27
@safetestset " Broadcast" include (" bcast.jl" )
28
+ @info " Broadcast tests finished"
22
29
@safetestset " Struct" include (" struct.jl" )
30
+ @info " Struct tests finished"
23
31
@safetestset " Closure" include (" closure.jl" )
32
+ @info " Closure tests finished"
24
33
@safetestset " Compile" include (" compile.jl" )
34
+ @info " Compile tests finished"
25
35
@safetestset " IR" include (" ir.jl" )
36
+ @info " IR tests finished"
26
37
@safetestset " Buffer Donation" include (" buffer_donation.jl" )
38
+ @info " Buffer Donation tests finished"
27
39
@safetestset " Shortcuts to MLIR ops" include (" ops.jl" )
40
+ @info " Shortcuts to MLIR ops tests finished"
28
41
@safetestset " Wrapped Arrays" include (" wrapped_arrays.jl" )
42
+ @info " Wrapped Arrays tests finished"
29
43
@safetestset " Control Flow" include (" control_flow.jl" )
44
+ @info " Control Flow tests finished"
30
45
@safetestset " Sorting" include (" sorting.jl" )
46
+ @info " Sorting tests finished"
31
47
@safetestset " Indexing" include (" indexing.jl" )
48
+ @info " Indexing tests finished"
32
49
if ! Sys. isapple ()
33
50
@safetestset " Custom Number Types" include (" custom_number_types.jl" )
51
+ @info " Custom Number Types tests finished"
34
52
end
35
53
@safetestset " Sharding" include (" sharding.jl" )
54
+ @info " Sharding tests finished"
36
55
@safetestset " Comm Optimization" include (" optimize_comm.jl" )
56
+ @info " Comm Optimization tests finished"
37
57
@safetestset " Cluster Detection" include (" cluster_detector.jl" )
58
+ @info " Cluster Detection tests finished"
38
59
@safetestset " Config" include (" config.jl" )
60
+ @info " Config tests finished"
39
61
@safetestset " Batching" include (" batching.jl" )
62
+ @info " Batching tests finished"
40
63
end
41
64
42
65
if REACTANT_TEST_GROUP == " all" || REACTANT_TEST_GROUP == " integration"
0 commit comments