mirror of
https://github.com/tbamud/tbamud.git
synced 2025-09-21 21:40:49 +02:00

Main method extracted to separate file to make it easier to test the _rest_ of the code. munit is added as a submodule by running `cd src; git submodule add https://github.com/nemequ/munit.git` . Unit testing has so far only been tested on ubuntu.
3 lines
85 B
Text
3 lines
85 B
Text
[submodule "src/munit"]
|
|
path = src/munit
|
|
url = https://github.com/nemequ/munit.git
|