summaryrefslogtreecommitdiff
path: root/tests/src/betree/Makefile
blob: 7b41e56dad1de5beae37fab526fdfaa78c0b6325 (plain)
1
2
3
4
5
6
7
8
9
10
11
.PHONY: all
all: tests

.PHONY: test
test:
	cargo rustc -- --test -Zpolonius
	cd target/debug/ && ./betree

.PHONY: clean
clean:
	cargo clean