Mercurial > hg > octave-lojdl > gnulib-hg
view modules/getcwd-tests @ 11982:159699cb2db7
getcwd: port to mingw
* m4/getcwd.m4 (gl_FUNC_GETCWD): Mingw directories are very
different from the POSIX assumptions made throughout the getcwd
module; fortunately, the mingw getcwd does not need replacement.
(gl_FUNC_GETCWD_NULL): Skip test on mingw.
* modules/getcwd-tests: New test.
* tests/test-getcwd.c: Likewise.
Signed-off-by: Eric Blake <ebb9@byu.net>
author | Eric Blake <ebb9@byu.net> |
---|---|
date | Wed, 09 Sep 2009 20:52:26 -0600 |
parents | |
children | 33ab12a7cea2 |
line wrap: on
line source
Files: tests/test-getcwd.c Depends-on: configure.ac: Makefile.am: TESTS += test-getcwd check_PROGRAMS += test-getcwd