Skip to content

Missing test data in PECL package #17

@andypost

Description

@andypost

I used to remove tests packaging extension in alpinelinux/aports#5942

=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Test compatibility [tests/compatibility.phpt]
Test compatibility [tests/roundtrip.phpt]
=====================================================================

The code

# tests/compatibility.phpt
...
$dir = dirname(__FILE__) . '/../brotli/tests/testdata/*.compressed*';

# tests/roundtrip.phpt
$dir = dirname(__FILE__) . '/../brotli/';
$files = array(
    'tests/testdata/alice29.txt',
    'tests/testdata/asyoulik.txt',
    'tests/testdata/lcet10.txt',
    'tests/testdata/plrabn12.txt',
    '/c/enc/encode.c',
    '/c/common/dictionary.h',
    '/c/dec/decode.c',
);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions