diff options
| author | Roman Smrž <roman.smrz@seznam.cz> | 2026-01-14 21:12:21 +0100 |
|---|---|---|
| committer | Roman Smrž <roman.smrz@seznam.cz> | 2026-01-14 21:12:21 +0100 |
| commit | b5a7a91b5ab0d6461ba399eb89db4ce5af447325 (patch) | |
| tree | 4c93e1b69e70da3991057841ef0866aab794d0da | |
| parent | 442eb914a350a66716580fb9ed306fec1f27756d (diff) | |
| -rw-r--r-- | test/attach.et | 4 | ||||
| -rw-r--r-- | test/chatroom.et | 2 | ||||
| -rw-r--r-- | test/contact.et | 2 | ||||
| -rw-r--r-- | test/network.et | 2 | ||||
| -rw-r--r-- | test/storage.et | 2 | ||||
| -rw-r--r-- | test/sync.et | 4 |
6 files changed, 14 insertions, 2 deletions
diff --git a/test/attach.et b/test/attach.et index afbdd0e..fb52729 100644 --- a/test/attach.et +++ b/test/attach.et @@ -1,4 +1,6 @@ -test: +module attach + +test Attach: let services = "attach,sync" spawn as p1 diff --git a/test/chatroom.et b/test/chatroom.et index 54f9b2a..e49b4b8 100644 --- a/test/chatroom.et +++ b/test/chatroom.et @@ -1,3 +1,5 @@ +module chatroom + def refpat = /blake2#[0-9a-f]+/ test ChatroomSetup: diff --git a/test/contact.et b/test/contact.et index 978f8a6..0f967a6 100644 --- a/test/contact.et +++ b/test/contact.et @@ -1,3 +1,5 @@ +module contact + test Contact: let services = "attach,contact,sync" diff --git a/test/network.et b/test/network.et index a670f35..e55c383 100644 --- a/test/network.et +++ b/test/network.et @@ -1,3 +1,5 @@ +module network + test Discovery: spawn as p1 spawn as p2 diff --git a/test/storage.et b/test/storage.et index 845971b..16b66e2 100644 --- a/test/storage.et +++ b/test/storage.et @@ -1,3 +1,5 @@ +module storage + import common test Storage: diff --git a/test/sync.et b/test/sync.et index d465b11..f98b527 100644 --- a/test/sync.et +++ b/test/sync.et @@ -1,4 +1,6 @@ -test: +module sync + +test Sync: let services = "attach,sync" spawn as p1 |