Mercurial > hg > octave-kai > gnulib-hg
annotate modules/vc-list-files-tests @ 10264:ebb7ea0c94e8
Rename isnand.h to isnand-nolibm.h, similarly for isnanf.h.
author | Ben Pfaff <blp@cs.stanford.edu> |
---|---|
date | Sat, 12 Jul 2008 10:41:34 -0700 (2008-07-12) |
parents | 8f3d95672dd7 |
children | f9fe7f78afa1 |
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 | |
10029
8f3d95672dd7
vc-list-files: make the stand-alone gnulib test work
Jim Meyering <meyering@redhat.com>
parents:
10025
diff
changeset
|
14 TESTS_ENVIRONMENT += PATH='$(abs_aux_dir)':"$$PATH" |