add client testing

This commit is contained in:
2024-11-08 22:19:47 +01:00
parent 7f186ff44b
commit f13426283e
10 changed files with 156 additions and 28 deletions

View File

@@ -1 +1,2 @@
sources = files('main.c', 'server.c', 'utils.c')
server = files('main.c', 'server.c', 'utils.c')
client = files('mainc.c', 'client.c')