From 5e012c297016f928260b9a4cb00b24de2d415df9 Mon Sep 17 00:00:00 2001 From: Gloria Mundi Date: Wed, 1 May 2024 18:14:31 +0200 Subject: oops, lazy propagation tests aren't finished --- TestMakefile | 1 - 1 file changed, 1 deletion(-) diff --git a/TestMakefile b/TestMakefile index 1be88e2..ca1b2f8 100644 --- a/TestMakefile +++ b/TestMakefile @@ -8,7 +8,6 @@ predep = $(patsubst $(source)=%,%,$(filter $(source)=%,$(PREDEPS))) TESTS := \ $(call with-defines-subsets,datastructures/test/segmentTree,SEGTREE_MUL SEGTREE_INIT_DEFAULT SEGTREE_RANGE_UPDATE) \ $(call with-defines-subsets,datastructures/test/segmentTree.SEGTREE_FIRST_NEG,SEGTREE_INIT_DEFAULT) \ - datastructures/test/lazyPropagation \ datastructures/test/fenwickTree \ datastructures/test/fenwickTree2 \ datastructures/test/monotonicConvexHull \ -- cgit v1.2.3