summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMagnus Ahltorp <map@kth.se>2016-02-10 11:11:16 +0100
committerMagnus Ahltorp <map@kth.se>2016-02-10 11:11:16 +0100
commitfb1b75490bbfc3cf10f13388e15231cb30314849 (patch)
tree35c41a11102ac3206a126d79b0d107fb93ea9856 /Makefile
parentb3dd4ec4c1cfeca1f8fd8bb2c829af69377bcda8 (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