mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-19 11:16:24 +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,
|
||||
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),],
|
||||
test_suite="zfec.test.test_zfec",
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user