Module Name: src
Committed By: pgoyette
Date: Mon Oct 2 04:15:56 UTC 2017
Modified Files:
src/tests/include/sys: Makefile
Added Files:
src/tests/include/sys: t_list.c
Log Message:
Add a new minimalistic test for LIST_MOVE to verify that the list's
first entry's prev pointer correctly points to the listhead.
This test will fail until a fix for LIST_MOVE is checked in (soon).
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/tests/include/sys/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/include/sys/t_list.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.