summaryrefslogtreecommitdiff
path: root/TestMakefile
diff options
context:
space:
mode:
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 \