|
Smart Home firewall
Profile-based Smart Home firewall
|
Unit tests for the CoAP parser. More...
#include <stdio.h>#include <stdlib.h>#include <string.h>#include "packet_utils.h"#include "header.h"#include "coap.h"#include <CUnit/CUnit.h>#include <CUnit/Basic.h>
Functions | |
| void | test_coap_non_get () |
| Unit test for the CoAP parser, using a Non-Confirmable GET message. | |
| int | main (int argc, char const *argv[]) |
Unit tests for the CoAP parser.
| int main | ( | int | argc, |
| char const * | argv[] | ||
| ) |
Main function for the unit tests.