Update test-misc.json

This commit is contained in:
Namhyeon Go 2024-01-04 15:48:09 +09:00
parent 11209fa8d7
commit 097f146499

View File

@ -54,20 +54,20 @@
"description": "Write and read a text on the (named) shared memory", "description": "Write and read a text on the (named) shared memory",
"tags": ["Windows System", "IPC(Inter-Process Communication)"] "tags": ["Windows System", "IPC(Inter-Process Communication)"]
}, },
{ {
"id": "sharedmemory_write", "id": "sharedmemory_write",
"description": "Write a text to the (named) shared memory", "description": "Write a text to the (named) shared memory",
"tags": ["Windows System", "IPC(Inter-Process Communication)"] "tags": ["Windows System", "IPC(Inter-Process Communication)"]
}, },
{ {
"id": "sharedmemory_read", "id": "sharedmemory_read",
"description": "Read a text from the (named) shared memory", "description": "Read a text from the (named) shared memory",
"tags": ["Windows System", "IPC(Inter-Process Communication)"] "tags": ["Windows System", "IPC(Inter-Process Communication)"]
}, },
{ {
"id": "sharedmemory_listener", "id": "sharedmemory_listener",
"description": "Read a text from the (named) shared memory, Repeatly", "description": "Read a text from the (named) shared memory, Repeatly",
"tags": ["Windows System", "IPC(Inter-Process Communication)"] "tags": ["Windows System", "IPC(Inter-Process Communication)"]
} }
] ]
} }