diff options
| author | Roger E. Masse <rmasse@newcnri.cnri.reston.va.us> | 1996-12-17 17:41:09 (GMT) |
|---|---|---|
| committer | Roger E. Masse <rmasse@newcnri.cnri.reston.va.us> | 1996-12-17 17:41:09 (GMT) |
| commit | fb01d4b1a4e48f38c6466461c1bd80af557e7c85 (patch) | |
| tree | 8625cb058bd1e60066d23f73bbb01b3496411501 /Lib/test/testall.py | |
| parent | 4004e21484145a485fc76d92f1c0e382457e92c2 (diff) | |
| download | cpython-fb01d4b1a4e48f38c6466461c1bd80af557e7c85.zip cpython-fb01d4b1a4e48f38c6466461c1bd80af557e7c85.tar.gz cpython-fb01d4b1a4e48f38c6466461c1bd80af557e7c85.tar.bz2 | |
Added a test script for the fcntl C module.
Diffstat (limited to 'Lib/test/testall.py')
| -rw-r--r-- | Lib/test/testall.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/testall.py b/Lib/test/testall.py index d1a70bd..fa7c5ea7 100644 --- a/Lib/test/testall.py +++ b/Lib/test/testall.py @@ -26,6 +26,7 @@ tests = ['test_grammar', 'test_dl', 'test_thread', 'test_xdr', + 'test_fcntl', ] if __name__ == '__main__': |
