|
DistDir
|
#include <stdarg.h>#include <setjmp.h>#include <stddef.h>#include <cmocka.h>#include <stdlib.h>#include "src/sort/quicksort.h"#include "src/sort/mergesort.h"#include "src/sort/timsort.h"Functions | |
| static void | shuffle (int *array, size_t n) |
| static void | sorting_test01 (void **state __attribute__((unused))) |
| Test01 of sorting functions. More... | |
| static void | sorting_test02 (void **state __attribute__((unused))) |
| Test02 of sorting functions. More... | |
| static void | sorting_test03 (void **state __attribute__((unused))) |
| Test03 of sorting functions. More... | |
| int | main (void) |
| int main | ( | void | ) |
|
static |