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 */89#include <CUnit/CUnit.h>
1011CU_pSuitet_init_option_tests(void);
12