summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Buetow <pbuetow@mimecast.com>2018-03-30 10:34:07 +0100
committerPaul Buetow <pbuetow@mimecast.com>2018-03-30 10:34:07 +0100
commita812f0b58edd2f74edbdd03e07006dccf3d535d6 (patch)
tree4a11030cfc67993edd6dbdeb2823830e48519f31 /Makefile
parent9fb6366e55184c7c1d9b80661e50dd60089c74e0 (diff)
add test Makefile target
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