mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-01 00:45:52 +00:00
zfec: make "./setup.py test" do the right thing
This commit is contained in:
parent
032993e7f2
commit
0bd9afdfb8
@ -70,4 +70,5 @@ setup(name='zfec',
|
|||||||
classifiers=trove_classifiers,
|
classifiers=trove_classifiers,
|
||||||
entry_points = { 'console_scripts': [ 'zfec = zfec.cmdline.zfec:main', 'zunfec = zfec.cmdline.zunfec:main' ] },
|
entry_points = { 'console_scripts': [ 'zfec = zfec.cmdline.zfec:main', 'zunfec = zfec.cmdline.zunfec:main' ] },
|
||||||
ext_modules=[Extension('_fec', ['zfec/fec.c', 'zfec/_fecmodule.c',], extra_link_args=extra_link_args, extra_compile_args=extra_compile_args, undef_macros=undef_macros),],
|
ext_modules=[Extension('_fec', ['zfec/fec.c', 'zfec/_fecmodule.c',], extra_link_args=extra_link_args, extra_compile_args=extra_compile_args, undef_macros=undef_macros),],
|
||||||
|
test_suite="zfec.test.test_zfec",
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user