test/list_tests.h

Wed, 11 Jan 2012 12:19:48 +0100

author
Mike Becker <universe@uap-core.de>
date
Wed, 11 Jan 2012 12:19:48 +0100
changeset 19
cdd7a3173249
parent 13
98ac89e3aa37
child 27
22644e2572bc
permissions
-rw-r--r--

Removed linked list from tests (assume that they are correct if the dlist tests are correct)

     1 /* 
     2  * File:   list_tests.h
     3  * Author: olaf
     4  *
     5  * Created on 31. Dezember 2011, 18:07
     6  */
     8 #ifndef LIST_TESTS_H
     9 #define	LIST_TESTS_H
    11 #ifdef	__cplusplus
    12 extern "C" {
    13 #endif
    15 int dlist_tests();
    18 #ifdef	__cplusplus
    19 }
    20 #endif
    22 #endif	/* LIST_TESTS_H */

mercurial