Searched refs:unit (Results 1 – 7 of 7) sorted by relevance
| /isa-l/tools/ |
| H A D | gen_nmake.mk | 129 @for unit in $(sort $(extern_hdrs)); do echo " @echo #include ^<isa-l/$$unit^>>> \$$@" | sed -e 's;include/;;' >> $@; done 145 @cat $(foreach unit,$(units), $(unit)/Makefile.am) | sed \
|
| /isa-l/ |
| H A D | Makefile.unx | 40 include $(foreach unit,$(units), $(unit)/Makefile.am)
|
| H A D | Release_notes.txt | 40 * Fixed memory leaks in unit tests. 130 * Building in unit directories is no longer supported removing the issue of 237 * New mem unit added with first function isal_zero_detect(). 369 * First open release of erasure code unit that is part of ISA-L.
|
| H A D | make.inc | 35 # test - run unit tests of functions 163 # Build and run unit tests, performance tests, etc. 337 @for unit in $(sort $(extern_hdrs)); do echo "#include <isa-l/$$unit>" | sed -e 's;include/;;' >> $@; done
|
| H A D | README.md | 76 * `make tests` : create additional unit tests
|
| /isa-l/doc/ |
| H A D | test.md | 3 Tests are divided into check tests, unit tests and fuzz tests. Check tests, 4 built with `make check`, should have no additional dependencies. Other unit 17 autotools and runs other short tests to ensure check tests, unit tests, 26 ext`. These build and run check tests, unit tests, and other utilities that can
|
| H A D | functions.md | 38 Various examples are available in examples/ec and unit tests in `erasure_code` 117 Functions in the igzip unit perform fast, loss-less data compression and 195 ISA-L source [repo] includes unit tests, performance tests and other utilities.
|