]> git.saurik.com Git - redis.git/commit - tests/unit/bitops.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:19:48 +0000 (15:19 +0200)
commita3f2b4895b979bde1e99d6313d396b62c325ab72
tree8874dc177e0cb74fbdffe792d32b43feb166c0c5
parent0bd6d68e34bc41cd80cd7fc44aab9cf3884de8dc
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]