summaryrefslogtreecommitdiff
path: root/Emakefile
diff options
context:
space:
mode:
authorMagnus Ahltorp <map@kth.se>2014-11-19 01:01:29 +0100
committerMagnus Ahltorp <map@kth.se>2014-11-19 01:01:29 +0100
commit2f95bca94f7c52c5b7d03f5fb63f2001af61613f (patch)
treec71eb4c7365e41ab657c66e5379c2608bacd0347 /Emakefile
parent6f94f976570318f792e473b4d569cbcfcf787659 (diff)
Dummy db for testing.
Diffstat (limited to 'Emakefile')
-rw-r--r--Emakefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Emakefile b/Emakefile
index f6cea09..fe4b31d 100644
--- a/Emakefile
+++ b/Emakefile
@@ -4,3 +4,8 @@
{i, "include/"},
{outdir, "ebin/"},
{parse_transform, lager_transform}]}.
+{["test/src/*"],
+ [debug_info,
+ {i, "include/"},
+ {outdir, "test/ebin/"},
+ {parse_transform, lager_transform}]}.