mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-18 23:42:00 +03:00
15 lines
311 B
Plaintext
15 lines
311 B
Plaintext
Files:
|
|
tests/test-vc-list-files-git.sh
|
|
tests/test-vc-list-files-cvs.sh
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
abs_aux_dir=`cd "$ac_aux_dir"; pwd`
|
|
AC_SUBST([abs_aux_dir])
|
|
|
|
Makefile.am:
|
|
TESTS += test-vc-list-files-git.sh
|
|
TESTS += test-vc-list-files-cvs.sh
|
|
TESTS_ENVIRONMENT += PATH='$(abs_aux_dir)'$(PATH_SEPARATOR)"$$PATH"
|