summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Bütow <pbuetow@mimecast.com>2018-03-30 12:38:57 +0100
committerPaul Bütow <pbuetow@mimecast.com>2018-03-30 12:38:57 +0100
commit0bf0f8cc86cab23668e45fbca3a4f46aa87cfe88 (patch)
tree6002540e7902278dc04eeb9950fd1f0685b1b377 /Makefile
parent49612db2713ccce2022495814c724e290c0e2b0f (diff)
parent79b99c0ad4c1761b4da71721d18c94648fb64d32 (diff)
Merge branch 'develop'0.4
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d5ab493..7e7099d 100644
--- a/Makefile
+++ b/Makefile
@@ -17,3 +17,5 @@ loc:
wc -l ./systemtap/src/*.stp ./ioriot/src/*.{h,c} ./ioriot/src/*/*.{h,c} | tail -n 1
doxygen:
doxygen ./docs/doxygen.conf
+test:
+ $(MAKE) -C ioriot test