summaryrefslogtreecommitdiff
path: root/TestMakefile
diff options
context:
space:
mode:
Diffstat (limited to 'TestMakefile')
-rw-r--r--TestMakefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/TestMakefile b/TestMakefile
index 59a902f..58d2678 100644
--- a/TestMakefile
+++ b/TestMakefile
@@ -13,10 +13,11 @@ TESTS := \
datastructures/test/waveletTree \
datastructures/test/fenwickTree \
datastructures/test/fenwickTree2 \
- datastructures/test/monotonicConvexHull \
- datastructures/test/persistent \
+ datastructures/test/treap2 \
datastructures/test/sparseTable \
datastructures/test/sparseTableDisjoint \
+ datastructures/test/monotonicConvexHull \
+ datastructures/test/persistent \
graph/test/binary_lifting \
graph/test/LCA_sparse \
math/test/binomial0