Please check your codes by the following commands.
- format codes with
astyle
.
$ make astyle
- create doxygen file.
$ make doxygen
- please set following environment variables for your e-mail address.
$ export EMAIL_FROM_ADDRESS=YOUR_EMAIL_FROM_ADDRESS
$ export EMAIL_TO_ADDRESS=YOUR_EMAIL_TO_ADDRESS
- do build tests for all configurations.
If warning/errors occur, the results are in
testconfig/
andmessage.log
.
$ make testconfig
After testing all configurations, the report will be sent to your e-mail address.
If warning/errors occur, the results are in testconfig/
and message.log
.
Otherwise, please send a pull request.