]> sourceware.org Git - newlib-cygwin.git/commit
* Makefile.in: Add a 'check' target that builds and runs
authorBrian Dessent <brian@dessent.net>
Sun, 9 Mar 2008 04:10:10 +0000 (04:10 +0000)
committerBrian Dessent <brian@dessent.net>
Sun, 9 Mar 2008 04:10:10 +0000 (04:10 +0000)
commit59fb00ae07d9cfbfac3735f541149bed2c7625cb
treede577bf100b29e165aaddd3c7a2076b422feb7f7
parent68d2dd03a33cfa5c0feff6ce5618062a6ea3b613
* Makefile.in: Add a 'check' target that builds and runs
testsuite.exe from path-testsuite.o and testsuite.o.
* path.cc: Include testsuite.h.
(struct mnt): Change to a mnt_t typedef and don't define
mount_table when TESTSUITE is defined.
(find2): Don't include when TESTSUITE is defined to avoid warning.
(get_cygdrive0): Ditto.
(get_cygdrive): Ditto.
(read_mounts): Provide empty implementation when TESTSUITE is
defined.
(vconcat): Use the isslash macro.
(unconvert_slashes): New helper to convert to backslashses.
(rel_vconcat): Handle relative paths more gracefully.
(cygpath): Skip a leading "./" sequence.  Avoid double-slashes.
Normalize final output to backslashes and remove redundant path
sequences.
* testsuite.cc: New file implementing testsuite driver.
* testsuite.h: New header implementing harness mount table and
series of tests.
winsup/utils/ChangeLog
winsup/utils/Makefile.in
winsup/utils/path.cc
winsup/utils/testsuite.cc [new file with mode: 0644]
winsup/utils/testsuite.h [new file with mode: 0644]
This page took 0.030728 seconds and 5 git commands to generate.