diff options
| author | Gloria Mundi <gloria@gloria-mundi.eu> | 2024-05-02 20:42:43 +0200 |
|---|---|---|
| committer | Gloria Mundi <gloria@gloria-mundi.eu> | 2024-05-02 20:42:43 +0200 |
| commit | 34c882ab75a60699429421684a9867cce0a22110 (patch) | |
| tree | 09a14183b60c205196b27f5175c6693e4bf16e78 /TestMakefile | |
| parent | e0beaa56b648367bc52dc8c7d44162ac1c8b45fe (diff) | |
wavelet tree changes + tests
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 \ |
