Home
last modified time | relevance | path

Searched refs:unit (Results 1 – 7 of 7) sorted by relevance

/isa-l/tools/
H A Dgen_nmake.mk129 @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 DMakefile.unx40 include $(foreach unit,$(units), $(unit)/Makefile.am)
H A DRelease_notes.txt40 * 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 Dmake.inc35 # 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 DREADME.md76 * `make tests` : create additional unit tests
/isa-l/doc/
H A Dtest.md3 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 Dfunctions.md38 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.