summaryrefslogtreecommitdiff
path: root/setuptools/tests/test_build_clib.py
Commit message (Collapse)AuthorAgeFilesLines
* 👹 Feed the hobgoblins (delint).Jason R. Coombs2020-01-191-2/+1
|
* Feed the hobgoblins (delint).Jason R. Coombs2019-01-261-5/+4
|
* tests: switch back to mock instead of backports.unittest_mockBenoit Pierre2017-07-151-1/+1
|
* Added build_clib module and unit tests.Daniel Nunes2017-01-191-0/+59
Added rudimentary dependency system for build_libraries. Added obj_deps and cflags keys to build_info dictionary.