Commit graph

9 commits

Author SHA1 Message Date
Jonathan Hodgson
66d4702297 Deletes binary 2022-01-05 11:06:06 +00:00
Jonathan Hodgson
f392af92c3 Updates how config options are set on command line 2021-12-28 10:00:41 +00:00
Jonathan Hodgson
8bed39700e Adds a test for defaults and fixes bug relating to it 2021-12-28 01:34:50 +00:00
Jonathan Hodgson
e42705280c Add tests for config
I have started writing tests for the config functions. This has resulted
in a few changes to the config code (tests working I guess)

I have also added a special "all" config file which (as the name
suggests) runs all test suites

In the makefile I have added the compiled test files to the clean target
and added targets for building and running tests
2021-12-28 00:28:56 +00:00
Jonathan Hodgson
c046ac37a9 Adds µnit submodule for tests 2021-12-27 21:46:47 +00:00
Jonathan Hodgson
27ddc6ccd0 Adds gitignore 2021-12-27 21:46:18 +00:00
Jonathan Hodgson
f48a110429 I have made a start
I have done some work on opening a socket and waiting for a connection.
This can be read line by line and I have started a request struct that
it will accept.

Also started on some docs. Not much is yet working. I am going to start
learning µnit for unit tests:

https://nemequ.github.io/munit/
2021-12-27 21:43:11 +00:00
Jonathan Hodgson
4e17e706fa Adds readme 2021-12-21 21:15:46 +00:00
Jonathan Hodgson
7b8c86db59 Commit committed 2021-12-21 21:13:59 +00:00