diff options
author | Eric Blake <ebb9@byu.net> | 2009-09-09 20:52:26 -0600 |
---|---|---|
committer | Eric Blake <ebb9@byu.net> | 2009-09-09 21:07:37 -0600 |
commit | e2b8816f0465fa211eb5b49ecbeb78e9c3cc46b8 (patch) | |
tree | 1716c0d3072c949df9c16a61371570daa6138d67 /modules/getcwd-tests | |
parent | 2d9360ffcc03fac61415d14595fd76e6abb59db3 (diff) | |
download | gnulib-e2b8816f0465fa211eb5b49ecbeb78e9c3cc46b8.tar.gz |
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>
Diffstat (limited to 'modules/getcwd-tests')
-rw-r--r-- | modules/getcwd-tests | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/getcwd-tests b/modules/getcwd-tests new file mode 100644 index 0000000000..d7eee2b421 --- /dev/null +++ b/modules/getcwd-tests @@ -0,0 +1,10 @@ +Files: +tests/test-getcwd.c + +Depends-on: + +configure.ac: + +Makefile.am: +TESTS += test-getcwd +check_PROGRAMS += test-getcwd |