Add make check target

This commit is contained in:
hasufell 2014-05-17 03:53:42 +02:00
parent 85064e2f0c
commit 24336aefb2
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@ all:
test:
$(MAKE) -C src test
check: test
./test
doc:
doxygen