File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,17 @@ Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
9
9
ZeroMQ_jll = " 8f1865be-045e-5c20-9c9f-bfbfb0764568"
10
10
11
11
[compat ]
12
+ Aqua = " 0.8.7"
13
+ FileWatching = " <0.0.1, 1"
12
14
PrecompileTools = " 1"
15
+ Sockets = " <0.0.1, 1"
16
+ Test = " <0.0.1, 1"
13
17
ZeroMQ_jll = " 4"
14
18
julia = " 1.3"
15
19
16
20
[extras ]
21
+ Aqua = " 4c88cf16-eb10-579e-8560-4a9242c79595"
17
22
Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
18
23
19
24
[targets ]
20
- test = [" Test" ]
25
+ test = [" Aqua " , " Test" ]
Original file line number Diff line number Diff line change
1
+ import Aqua
1
2
using ZMQ, Test
2
3
3
4
@info (" Testing with ZMQ version $(ZMQ. version) " )
146
147
end
147
148
@test ! isopen (leaked_ctx)
148
149
end
150
+
151
+ @testset " Aqua.jl" begin
152
+ Aqua. test_all (ZMQ)
153
+ end
You can’t perform that action at this time.
0 commit comments