mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-18 23:42:00 +03:00
28 lines
455 B
Plaintext
28 lines
455 B
Plaintext
Files:
|
|
tests/test-exclude.c
|
|
tests/test-exclude1.sh
|
|
tests/test-exclude2.sh
|
|
tests/test-exclude3.sh
|
|
tests/test-exclude4.sh
|
|
tests/test-exclude5.sh
|
|
tests/test-exclude6.sh
|
|
tests/test-exclude7.sh
|
|
|
|
Depends-on:
|
|
progname
|
|
error
|
|
argmatch
|
|
|
|
Makefile.am:
|
|
TESTS += \
|
|
test-exclude1.sh\
|
|
test-exclude2.sh\
|
|
test-exclude3.sh\
|
|
test-exclude4.sh\
|
|
test-exclude5.sh\
|
|
test-exclude6.sh\
|
|
test-exclude7.sh
|
|
|
|
check_PROGRAMS += test-exclude
|
|
test_exclude_LDADD = $(LDADD) @LIBINTL@
|