diff options
| author | Gloria Mundi <gloria@gloria-mundi.eu> | 2024-05-01 18:14:31 +0200 |
|---|---|---|
| committer | Gloria Mundi <gloria@gloria-mundi.eu> | 2024-05-01 18:14:31 +0200 |
| commit | 5e012c297016f928260b9a4cb00b24de2d415df9 (patch) | |
| tree | 072afca4040c4e623ffb0c75fb107fbf0d1fada9 | |
| parent | a24ce98f2c79d5594d171a9b294b1cf25b488ebc (diff) | |
oops, lazy propagation tests aren't finished
| -rw-r--r-- | TestMakefile | 1 |
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 \ |
