Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/testsuite/cygload/README')
-rw-r--r--winsup/testsuite/cygload/README18
1 files changed, 0 insertions, 18 deletions
diff --git a/winsup/testsuite/cygload/README b/winsup/testsuite/cygload/README
deleted file mode 100644
index a61f73bee..000000000
--- a/winsup/testsuite/cygload/README
+++ /dev/null
@@ -1,18 +0,0 @@
-cygload demonstrates how to dynamically load cygwin1.dll. The default
-build uses MinGW to compile it; the Makefile also shows how to build
-it using the Microsoft compiler.
-
-By default, the program will silently test basic functionality:
- * Making space on the stack for cygtls
- * Loading and initializing cygwin1.dll
- * Path translation
- * Error handling
- * Signal handling
-
-Command line parameters are:
-
- -v Verbose output
- -testinterrupts Pause for 30 seconds to allow testing command line
- interrupts (^C)
- -cygwin xxx Specifies an alternative DLL to load instead of
- cygwin1.dll.