diff options
author | Jon Turney <jon.turney@dronecode.org.uk> | 2022-08-24 18:21:18 +0100 |
---|---|---|
committer | Jon Turney <jon.turney@dronecode.org.uk> | 2023-07-22 17:16:37 +0100 |
commit | a1ee8a0f0508b5975bf52b5fa018a4434817cfe4 (patch) | |
tree | 3715099642faf2cde199d4015b8c115eef19b7c7 /winsup/testsuite/config | |
parent | 971d2dffea7848270aa9dfb5c14dcd946c8971c0 (diff) | |
download | newlib-a1ee8a0f0508b5975bf52b5fa018a4434817cfe4.zip newlib-a1ee8a0f0508b5975bf52b5fa018a4434817cfe4.tar.gz newlib-a1ee8a0f0508b5975bf52b5fa018a4434817cfe4.tar.bz2 |
Cygwin: testsuite: Drop using DejaGnu to run tests
A more sophisticated (and modern) test harness would probably be useful,
but switching to Automake's built-in test harness gets us parallel test
execution, colourization of failures, simplifies matters, seems adequate
for the current testuite, and means we don't need to write any icky Tcl.
Signed-off-by: Jon Turney <jon.turney@dronecode.org.uk>
Diffstat (limited to 'winsup/testsuite/config')
-rw-r--r-- | winsup/testsuite/config/default.exp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/winsup/testsuite/config/default.exp b/winsup/testsuite/config/default.exp deleted file mode 100644 index ad91caa..0000000 --- a/winsup/testsuite/config/default.exp +++ /dev/null @@ -1,13 +0,0 @@ -proc winsup_version {} { - global env - global runtime_root - clone_output "\n[exec grep -a ^%%% $runtime_root/cygwin1.dll]\n" - if { [info exists env(CYGWIN)] } { - clone_output "CYGWIN=$env(CYGWIN)\n" - } else { - clone_output "CYGWIN=\n" - } -} - -proc winsup_exit {} { -} |