Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #111

Merged
merged 24 commits into from
May 26, 2015
Merged

Dev #111

merged 24 commits into from
May 26, 2015

Conversation

Cyan4973
Copy link
Member

Quickfix lz4cat

Cyan4973 and others added 24 commits May 7, 2015 13:00
Add forward/backward compatibility test between all versions

 - Add new Makefile target "versionstest".
 - Standard test procedure like "make versionstest && make clean"
   works properly.

test/test-lz4-versions.py

 - This script creates test/lz4test and checkout all
   Release tagged versions.  After that, compile all versions of
   lz4c and lz4c32 and compress/decompress between all versions.

 - This test clones entire git repository to checkout all tags.
    - Since Travis's default command does not clone entire repository,
      we could not checkout all tags from Travis' default clone.

 - After that, test script shows all unique .lz4 files.  In this list,
   'r999' means 'head' of current working copy.
Add compatibility test between releases (resolves issue #103 )
This commit will allows iterative edit and testing to local working copy.
You could iterate edit and testing by the following commands:

 cd /path/to/lz4
 cd test
 make versionstest
 my-favorite-text-editor ../lib/lz4.c
 make versionstest
 my-favorite-text-editor ./test-lz4-versions.py
 make versionstest
 ...
Add supporting iterative edit and testing to versionstest
…rection scenario reported by Takayuki Matsuoka (#110)
Cyan4973 added a commit that referenced this pull request May 26, 2015
@Cyan4973 Cyan4973 merged commit baf78e7 into master May 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants