From 34c882ab75a60699429421684a9867cce0a22110 Mon Sep 17 00:00:00 2001 From: Gloria Mundi Date: Thu, 2 May 2024 20:42:43 +0200 Subject: wavelet tree changes + tests --- TestMakefile | 1 + 1 file changed, 1 insertion(+) (limited to 'TestMakefile') diff --git a/TestMakefile b/TestMakefile index 5c46856..59a902f 100644 --- a/TestMakefile +++ b/TestMakefile @@ -10,6 +10,7 @@ TESTS := \ $(call with-defines-subsets,datastructures/test/segmentTree.SEGTREE_FIRST_NEG,SEGTREE_INIT_DEFAULT) \ $(call with-defines-subsets,datastructures/test/lazyPropagation,SEGTREE_FIRST_NEG SEGTREE_INIT_DEFAULT) \ $(call with-defines-subsets,datastructures/test/lazyPropagation.SEGTREE_MAX,SEGTREE_INIT_DEFAULT) \ + datastructures/test/waveletTree \ datastructures/test/fenwickTree \ datastructures/test/fenwickTree2 \ datastructures/test/monotonicConvexHull \ -- cgit v1.2.3