c-template
|
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <stdarg.h>
#include <stddef.h>
#include <setjmp.h>
#include <cmocka.h>
#include <assert.h>
#include "../../include/utils/random.h"
#include "../../include/utils/array_len.h"
#include "../../include/utils/returns.h"
Go to the source code of this file.
Functions | |
void | test_get_random_string_length (void **state) |
void | test_get_random_number_range (void **state) |
int | main (void) |
int main | ( | void | ) |
void test_get_random_number_range | ( | void ** | state | ) |
Definition at line 27 of file random_test.c.
void test_get_random_string_length | ( | void ** | state | ) |
Definition at line 15 of file random_test.c.