From a812f0b58edd2f74edbdd03e07006dccf3d535d6 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 30 Mar 2018 10:34:07 +0100 Subject: add test Makefile target --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3