summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMagnus Ahltorp <map@kth.se>2016-02-10 11:11:16 +0100
committerLinus Nordberg <linus@nordu.net>2016-04-25 13:14:10 +0200
commitf576ef7e0ec4317f0ff2f632ae8c2312dc916673 (patch)
treefbcdd66b9fe2fd0e0ad0ad84e600d866483a8b12 /Makefile
parent7f15cd5a881d2d14f80ddf5219577561d3d91eeb (diff)
Rough implementation of new permdb format.
Added regression tests and benchmarks. Chunks not implemented yet.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6bafe20..55821c4 100644
--- a/Makefile
+++ b/Makefile
@@ -18,3 +18,7 @@ tags:
# Unit testing.
check: build
test/check.erl
+ test/permdbtest.erl
+
+bench: build
+ test/permdbbench.erl