repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix quoting of AC_LANG_PROGRAM arguments.
[gnulib.git]
/
modules
/
exclude-tests
blob
f8372a3efbcba35c9c90cdff4172517d0f7f8e0d
1
Files:
2
tests/test-exclude.c
3
tests/test-exclude1.sh
4
tests/test-exclude2.sh
5
tests/test-exclude3.sh
6
tests/test-exclude4.sh
7
tests/test-exclude5.sh
8
tests/test-exclude6.sh
9
tests/test-exclude7.sh
10
tests/test-exclude8.sh
11
12
Depends-on:
13
argmatch
14
error
15
test-framework-sh
16
17
Makefile.am:
18
TESTS += \
19
test-exclude1.sh\
20
test-exclude2.sh\
21
test-exclude3.sh\
22
test-exclude4.sh\
23
test-exclude5.sh\
24
test-exclude6.sh\
25
test-exclude7.sh\
26
test-exclude8.sh
27
28
check_PROGRAMS += test-exclude
29
test_exclude_LDADD = $(LDADD) @LIBINTL@ $(LIB_MBRTOWC) $(LIBTHREAD)