blob: b6a48d4a4ada7fe2d8bb474fad3d164db33dc74b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Files:
tests/test-carray_list.c
Depends-on:
array-list
progname
configure.ac:
Makefile.am:
TESTS += test-carray_list
check_PROGRAMS += test-carray_list
test_carray_list_LDADD = @LIBINTL@ $(LDADD)
|