Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/vc-list-files-tests @ 11497:f9fe7f78afa1
vc-list-files-tests: Use $(PATH_SEPARATOR) instead of :.
author | Simon Josefsson <simon@josefsson.org> |
---|---|
date | Fri, 24 Apr 2009 09:38:49 +0200 |
parents | 8f3d95672dd7 |
children | fc7e08ab9fa4 |
rev | line source |
---|---|
10025 | 1 Files: |
2 tests/test-vc-list-files-git.sh | |
3 tests/test-vc-list-files-cvs.sh | |
4 | |
5 Depends-on: | |
6 | |
7 configure.ac: | |
10029
8f3d95672dd7
vc-list-files: make the stand-alone gnulib test work
Jim Meyering <meyering@redhat.com>
parents:
10025
diff
changeset
|
8 abs_aux_dir=`cd "$ac_aux_dir"; pwd` |
8f3d95672dd7
vc-list-files: make the stand-alone gnulib test work
Jim Meyering <meyering@redhat.com>
parents:
10025
diff
changeset
|
9 AC_SUBST([abs_aux_dir]) |
10025 | 10 |
11 Makefile.am: | |
12 TESTS += test-vc-list-files-git.sh | |
13 TESTS += test-vc-list-files-cvs.sh | |
11497
f9fe7f78afa1
vc-list-files-tests: Use $(PATH_SEPARATOR) instead of :.
Simon Josefsson <simon@josefsson.org>
parents:
10029
diff
changeset
|
14 TESTS_ENVIRONMENT += PATH='$(abs_aux_dir)'$(PATH_SEPARATOR)"$$PATH" |