#include <config.h>
#include <atf-c.h>
#include <unistd.h>
#include <time.h>
#include <isc/parseint.h>
#include "isctest.h"
Go to the source code of this file.
Functions | |
ATF_TC (parse_overflow) | |
ATF_TC_HEAD (parse_overflow, tc) | |
ATF_TC_BODY (parse_overflow, tc) | |
ATF_TP_ADD_TCS (tp) |
Definition in file parse_test.c.
ATF_TC | ( | parse_overflow | ) |
ATF_TC_HEAD | ( | parse_overflow | , | |
tc | ||||
) |
Definition at line 38 of file parse_test.c.
ATF_TC_BODY | ( | parse_overflow | , | |
tc | ||||
) |
Definition at line 41 of file parse_test.c.
References isc_parse_uint32(), ISC_R_RANGE, ISC_R_SUCCESS, isc_test_begin(), isc_test_end(), ISC_TRUE, output(), and UNUSED.
ATF_TP_ADD_TCS | ( | tp | ) |
Definition at line 65 of file parse_test.c.