Skip to content

Commit 59aec34

Browse files
author
Lin Liu
committed
CP-311259: Refine for comments
- Move test_tls to tls lib Signed-off-by: Lin Liu <lin.liu01@citrix.com>
1 parent b82b271 commit 59aec34

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

ocaml/libs/tls/dune

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
(library
22
(name tls)
33
(public_name tls)
4+
(modules tls)
45
(wrapped false)
56
)
7+
8+
(test
9+
(name test_tls)
10+
(modules test_tls)
11+
(package tls)
12+
(libraries alcotest tls)
13+
)

ocaml/tests/dune

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
test_vm_placement test_vm_helpers test_repository test_repository_helpers
1010
test_ref test_xapi_helpers test_vm_group
1111
test_livepatch test_rpm test_updateinfo test_storage_smapiv1_wrapper test_storage_quicktest test_observer
12-
test_pool_periodic_update_sync test_pkg_mgr test_tar_ext test_pool_repository
13-
test_tls))
12+
test_pool_periodic_update_sync test_pkg_mgr test_tar_ext test_pool_repository))
1413
(libraries
1514
alcotest
1615
angstrom
@@ -173,13 +172,6 @@
173172
(action (run ./check-no-xenctrl %{x}))
174173
)
175174

176-
(test
177-
(name test_tls)
178-
(modes exe)
179-
(modules test_tls)
180-
(libraries alcotest tls)
181-
)
182-
183175
(env (_ (env-vars (XAPI_TEST 1))))
184176

185177
; disassemble, but without sources

0 commit comments

Comments
 (0)