diff options
Diffstat (limited to 'TestMakefile')
| -rw-r--r-- | TestMakefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |
