]> granicus.if.org Git - python/commit
Test for the dl module. This only works for SunOS and Solaris.
authorRoger E. Masse <rmasse@newcnri.cnri.reston.va.us>
Fri, 13 Dec 1996 20:32:26 +0000 (20:32 +0000)
committerRoger E. Masse <rmasse@newcnri.cnri.reston.va.us>
Fri, 13 Dec 1996 20:32:26 +0000 (20:32 +0000)
commit7eee08d04fb74305a309f73538bdb485577c7539
tree11f336e0c3a9bbbc24bdd63bdca2a0c7f8575863
parent2cc8163e30aa5e966ab439a872371ca25a9845b2
Test for the dl module.  This only works for SunOS and Solaris.
I've attempted to make a test that silently exits if either
module dl is not present, we're not on a Sun OS, or a standard
shared library ('/usr/lib/libresolv.so') is not found...  Otherwise,
It does a simple test of dlmodule on that library.  I *think*
this would be ok to add to testall.py but I'll wait till I hear
some feedback on the liberalness of this approach.
Lib/test/test_dl.py [new file with mode: 0755]