]> git.saurik.com Git - redis.git/commit - tests/test_helper.tcl
BITOP and BITCOUNT tests.
authorantirez <antirez@gmail.com>
Thu, 17 May 2012 13:50:44 +0000 (15:50 +0200)
committerantirez <antirez@gmail.com>
Thu, 24 May 2012 13:22:45 +0000 (15:22 +0200)
commit1f40cdd0e54394dc2fe007e135ac9b6b9f715950
treec53639e9ed8889e7858c07dce4053c47be1e2c92
parent4a789decaa757e7ceb55cb49248070ba7ae15963
BITOP and BITCOUNT tests.

The Redis implementation is tested against Tcl implementations of the
same operation. Both fuzzing and testing of specific aspects of the
commands behavior are performed.
tests/test_helper.tcl
tests/unit/bitops.tcl [new file with mode: 0644]