Support iterative edit and testing
authorTakayuki MATSUOKA <takayuki.matsuoka@gmail.com>
Sat, 16 May 2015 05:58:27 +0000 (14:58 +0900)
committerTakayuki MATSUOKA <takayuki.matsuoka@gmail.com>
Wed, 20 May 2015 10:59:35 +0000 (19:59 +0900)
commitffff9ee1380c0095c9627beb18a12838712d8a0e
tree63513817c89b935ada904fb0035b58f11feae9ab
parenta8fdeb46762d7dd31af49c956af3ac4e48718128
Support iterative edit and testing

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
 ...
test/test-lz4-versions.py