server-1.12/test/toolkit
kts of kettek (nyaa) 8dd6d34357 Remove automake files; add note 2019-08-12 18:29:59 -07:00
..
Makefile.am Add 1.12 with party exp and bow mods 2017-03-20 09:18:33 -07:00
README Add 1.12 with party exp and bow mods 2017-03-20 09:18:33 -07:00
toolkit_common.c Add 1.12 with party exp and bow mods 2017-03-20 09:18:33 -07:00
toolkit_crossedit.c Add 1.12 with party exp and bow mods 2017-03-20 09:18:33 -07:00
toolkit_map.c Add 1.12 with party exp and bow mods 2017-03-20 09:18:33 -07:00
toolkit_random_maps.c Add 1.12 with party exp and bow mods 2017-03-20 09:18:33 -07:00
toolkit_server.c Add 1.12 with party exp and bow mods 2017-03-20 09:18:33 -07:00
toolkit_socket.c Add 1.12 with party exp and bow mods 2017-03-20 09:18:33 -07:00

README

This folder will contain various .a liked to several unit test. Here is a list of what each lib does

- libtoolkit_common.a:
contains everything to run based on common/*.c. It has various helpers not relying on anything other than libcross.a
- libtoolkit_random_maps.a:
contains everything to run based on random_maps/*.c. It has various helpers not relying on anything other than librandom_maps.a and libcross.a
- libtoolkit_socket.a:
contains everything to run based on socket/*.c. It has various helpers not relying on anything other than libsocket.a and libcross.a
- libtoolkit_server.a:
contains everything to run based on socket/*.c. It has various helpers not relying on anything other than libserver.a libsocket.a librandom_maps.a and libcross.a