mirror of
https://github.com/python/cpython.git
synced 2024-11-28 20:33:54 +08:00
Merged revisions 72552 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r72552 | tarek.ziade | 2009-05-10 23:27:55 +0200 (Sun, 10 May 2009) | 1 line fixed test_build_ext for win32 ........
This commit is contained in:
parent
2151988f2c
commit
b2f073c39b
@ -192,7 +192,7 @@ class BuildExtTestCase(TempdirManager,
|
||||
cmd = build_ext(dist)
|
||||
cmd.library_dirs = 'my_lib_dir'
|
||||
cmd.finalize_options()
|
||||
self.assertEquals(cmd.library_dirs, ['my_lib_dir'])
|
||||
self.assert_('my_lib_dir' in cmd.library_dirs)
|
||||
|
||||
# make sure rpath is turned into a list
|
||||
# if it's a list of os.pathsep's paths
|
||||
|
Loading…
Reference in New Issue
Block a user