1 /* libcoap unit tests 2 * 3 * Copyright (C) 2012 Olaf Bergmann <bergmann@tzi.org> 4 * 5 * This file is part of the CoAP library libcoap. Please see 6 * README for terms of use. 7 */ 8 9 #include <CUnit/CUnit.h> 10 11 CU_pSuite t_init_pdu_tests(void); 12