1Files: 2tests/test-linked_list.c 3tests/macros.h 4 5Depends-on: 6array-list 7progname 8 9configure.ac: 10 11Makefile.am: 12TESTS += test-linked_list 13check_PROGRAMS += test-linked_list 14
1Files: 2tests/test-linked_list.c 3tests/macros.h 4 5Depends-on: 6array-list 7progname 8 9configure.ac: 10 11Makefile.am: 12TESTS += test-linked_list 13check_PROGRAMS += test-linked_list 14