commit | fb01d4b1a4e48f38c6466461c1bd80af557e7c85 | [log] [tgz] |
---|---|---|
author | Roger E. Masse <rmasse@newcnri.cnri.reston.va.us> | Tue Dec 17 17:41:09 1996 +0000 |
committer | Roger E. Masse <rmasse@newcnri.cnri.reston.va.us> | Tue Dec 17 17:41:09 1996 +0000 |
tree | 8625cb058bd1e60066d23f73bbb01b3496411501 | |
parent | 4004e21484145a485fc76d92f1c0e382457e92c2 [diff] [blame] |
Added a test script for the fcntl C module.
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 @@ 'test_dl', 'test_thread', 'test_xdr', + 'test_fcntl', ] if __name__ == '__main__':