summaryrefslogtreecommitdiff
path: root/Emakefile
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2014-05-04 22:56:02 +0200
committerLinus Nordberg <linus@nordberg.se>2014-05-04 22:56:02 +0200
commit28ea984c2e5d781e4b60ad66707451ef595b263a (patch)
tree83b729fed373bb90891b005bf5c98cd177a0e64b /Emakefile
parented8bb6d1e454b9ddc793f74f682bd80b1c728904 (diff)
Add (very few) tests and build them.
Diffstat (limited to 'Emakefile')
-rw-r--r--Emakefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/Emakefile b/Emakefile
index 8869cf4..a42a6ee 100644
--- a/Emakefile
+++ b/Emakefile
@@ -1,3 +1,5 @@
-%% erl -make (-*- erlang -*-)
-{"src/*", [debug_info, {i, "include/"}, {outdir, "ebin/"}]}.
-{"test/*", [debug_info, {i, "include/"}, {outdir, "ebin/"}]}.
+%% erl -make (-*- erlang -*-)
+{["src/*", "test/*"],
+ [debug_info,
+ {i, "include/"},
+ {outdir, "ebin/"}]}.