15 lines
422 B
Markdown
15 lines
422 B
Markdown
## Binary init checker
|
|
|
|
|
|
### WIP
|
|
A simple tool to ensure that all binaries init with the correct format, using the assert.sh library
|
|
|
|
Simply run `./build_and_run.sh $GIT_BRANCH`
|
|
|
|
This will run through all the binaries anc check the fields that we expect to be initialised when passing the parameters into nyms core binaries
|
|
|
|
## TODO
|
|
- Introduce all binaries
|
|
- Sort paths and locations
|
|
- Tidy up
|
|
- Run in CI |