Lumiera  0.pre.03
»edit your freedom«
test-llist.c File Reference

Go to the source code of this file.

Description

C unit test to cover a linked list library implementation.

See also
llist.h

Definition in file test-llist.c.

#include <nobug.h>
#include "lib/llist.h"
#include "lib/test/test.h"

Functions

TESTS_BEGIN TEST (basic)
 
 TEST (nodeinsert)
 
 TEST (predicates)
 
 TEST (unlink)
 
 TEST (whiles)
 
 TEST (relocate)