Current Path : /usr/local/lib/python2.5/ctypes/test/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/local/lib/python2.5/ctypes/test/runtests.py |
"""Usage: runtests.py [-q] [-r] [-v] [-u resources] [mask] Run all tests found in this directory, and print a summary of the results. Command line flags: -q quiet mode: don't prnt anything while the tests are running -r run tests repeatedly, look for refcount leaks -u<resources> Add resources to the lits of allowed resources. '*' allows all resources. -v verbose mode: print the test currently executed mask mask to select filenames containing testcases, wildcards allowed """ import sys import ctypes.test if __name__ == "__main__": sys.exit(ctypes.test.main(ctypes.test))