Add process unit tests

This commit is contained in:
SirLynix
2024-01-23 15:11:02 +01:00
committed by Jérôme Leclercq
parent a02990beff
commit a228325bd5
7 changed files with 265 additions and 13 deletions

View File

@@ -43,6 +43,7 @@ local systemHeaders = {
["poll.h"] = true,
["process.h"] = true,
["pthread.h"] = true,
["spawn.h"] = true,
["unistd.h"] = true,
["windows.h"] = true,
["winsock2"] = true,