pelib  2.0.0
src/test_sort.c File Reference
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <pelib/unit.h>
#include <pelib/integer.h>
#include <pelib/sort.h>
Include dependency graph for test_sort.c:

Go to the source code of this file.

Defines

#define LENGTH   1024
#define RANDOM_SEED   0
#define MAX_VALUE   LENGTH

Functions

 array_t (int)
void setup ()
void teardown ()
void init ()
void cleanup ()
void run ()

Define Documentation

#define LENGTH   1024

Definition at line 32 of file test_sort.c.

#define MAX_VALUE   LENGTH

Definition at line 34 of file test_sort.c.

#define RANDOM_SEED   0

Definition at line 33 of file test_sort.c.


Function Documentation

array_t ( int  )

Definition at line 36 of file test_sort.c.

Definition at line 91 of file test_sort.c.

void init ( )

Definition at line 63 of file test_sort.c.

void run ( )

Definition at line 121 of file test_sort.c.

void setup ( )

Definition at line 51 of file test_sort.c.

Definition at line 57 of file test_sort.c.