blob: 2abbba3da6a545923f4d849dd79734855371a658 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
Files:
tests/test-glob.c
tests/signature.h
tests/macros.h
Depends-on:
fcntl-h
symlink
configure.ac:
Makefile.am:
TESTS += test-glob
check_PROGRAMS += test-glob
test_glob_LDADD = $(LDADD) $(LIBINTL) $(MBRTOWC_LIB)
MOSTLYCLEANFILES += \
test-glob.tglobfile \
test-glob.tgloblink1 \
test-glob.tgloblink2 \
test-glob.tgloblink3
|