Skip to content

Commit 94caa6d

Browse files
committed
Added wavelet_tree benchmark to build-test
and build-test-clean target.
1 parent 9428199 commit 94caa6d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ build-test: $(EXECS)
8282
cd ../benchmark/indexing_extract; make
8383
cd ../benchmark/rrr_vector; make
8484
cd ../benchmark/document_retrieval; make
85+
cd ../benchmark/wavelet_trees; make
8586

8687
build-test-clean: clean
8788
cd ../tutorial; make clean
@@ -91,6 +92,7 @@ build-test-clean: clean
9192
cd ../benchmark/indexing_extract; make clean-build
9293
cd ../benchmark/rrr_vector; make clean-build
9394
cd ../benchmark/document_retrieval; make clean-build
95+
cd ../benchmark/wavelet_trees; make clean-build
9496

9597
generators: BitVectorGenerator.x IntVectorGenerator.x
9698

0 commit comments

Comments
 (0)