mudcoders / guildmud

A SocketMUD-based Multi-User Dungeon built and managed by the members of The MUD Coders Guild.
MIT License
26 stars 12 forks source link

Updating Makefile to include unit testing #32

Closed rogersm closed 6 years ago

rogersm commented 6 years ago

1) Improve the make test rule in Makefile so it runs the unit tests stored in tests/ 2) Add src/crypt_blowfish-1.3-mini/libblowfish-1.3.a to the compile test rule so the test for crypto is able to find the right library.