summaryrefslogtreecommitdiff
path: root/t/binary.t
diff options
context:
space:
mode:
Diffstat (limited to 't/binary.t')
-rwxr-xr-xt/binary.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/binary.t b/t/binary.t
index 349c5a9..838e948 100755
--- a/t/binary.t
+++ b/t/binary.t
@@ -44,6 +44,8 @@ use constant CMD_PREPENDQ => 0x1A;
use constant CMD_TOUCH => 0x1C;
use constant CMD_GAT => 0x1D;
use constant CMD_GATQ => 0x1E;
+use constant CMD_GATK => 0x23;
+use constant CMD_GATKQ => 0x24;
# REQ and RES formats are divided even though they currently share
# the same format, since they _could_ differ in the future.