Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/vc-list-files-tests @ 12496:a48d3d749ca5
Refactor common macros used in tests.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Thu, 24 Dec 2009 21:01:42 +0100 |
parents | f9fe7f78afa1 |
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" |