blob: 15907eb6a07fc3ba4b5462065ae9f1328831b631 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Files:
tests/test-array_map.c
tests/macros.h
Depends-on:
xlist
array-list
xalloc
configure.ac:
Makefile.am:
TESTS += test-array_map
check_PROGRAMS += test-array_map
test_array_map_LDADD = $(LDADD) @LIBINTL@
|