summaryrefslogtreecommitdiffstats
path: root/hl/test/test_packet.c
diff options
context:
space:
mode:
Diffstat (limited to 'hl/test/test_packet.c')
-rw-r--r--hl/test/test_packet.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hl/test/test_packet.c b/hl/test/test_packet.c
index ea985cf..80d0aff 100644
--- a/hl/test/test_packet.c
+++ b/hl/test/test_packet.c
@@ -1026,7 +1026,9 @@ static int test_packet_table(hid_t fid)
test_read(fid);
test_get_next(fid);
test_big_table(fid);
+#ifdef VLPT_REMOVED
test_varlen(fid);
+#endif /* VLPT_REMOVED */
test_opaque(fid);
test_compress();
test_error(fid);