Skip to content

Commit 5b3c398

Browse files
committed
Add lazperf guards
1 parent 512f60a commit 5b3c398

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/cunit/cu_pc_patch.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -913,6 +913,7 @@ test_patch_range_compression_none_with_out_of_bounds_first()
913913
test_patch_range_compression_none_with_bad_arguments(21, 1);
914914
}
915915

916+
#ifdef HAVE_LAZPERF
916917
static void
917918
test_patch_range_compression_lazperf()
918919
{
@@ -947,6 +948,7 @@ test_patch_range_compression_lazperf()
947948
pc_patch_free(pa);
948949
pc_pointlist_free(pl);
949950
}
951+
#endif /* HAVE_LAZPERF */
950952

951953
static void
952954
test_patch_range_compression_dimensional(enum DIMCOMPRESSIONS dimcomp)

0 commit comments

Comments
 (0)