Skip to content
Snippets Groups Projects
Commit bd97678b authored by Timur Safin's avatar Timur Safin Committed by Igor Munkin
Browse files

test: make crc32.test tap-compatible

NO_DOC=internal
NO_CHANGELOG=internal
parent 584683fe
No related branches found
No related tags found
No related merge requests found
......@@ -28,9 +28,11 @@
* THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
#include "unit.h"
#include "crc32.h"
#define UNIT_TAP_COMPATIBLE 1
#include "unit.h"
static void
test_alignment(void)
{
......
*** main ***
1..1
*** test_alignment ***
1..4
ok 1 - aligned crc32 buffer without a tail
ok 2 - aligned crc32 buffer with a tail
ok 3 - not aligned crc32 buffer with a tail
ok 4 - not aligned buffer less than a word
ok 1 - subtests
*** test_alignment: done ***
*** main: done ***
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment