summaryrefslogtreecommitdiff
path: root/TestMakefile
diff options
context:
space:
mode:
authorGloria Mundi <gloria@gloria-mundi.eu>2024-05-01 18:14:31 +0200
committerGloria Mundi <gloria@gloria-mundi.eu>2024-05-01 18:14:31 +0200
commit5e012c297016f928260b9a4cb00b24de2d415df9 (patch)
tree072afca4040c4e623ffb0c75fb107fbf0d1fada9 /TestMakefile
parenta24ce98f2c79d5594d171a9b294b1cf25b488ebc (diff)
oops, lazy propagation tests aren't finished
Diffstat (limited to 'TestMakefile')
-rw-r--r--TestMakefile1
1 files changed, 0 insertions, 1 deletions
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 \