Run tests on pushes and pull requests
[tinc] / Makefile.am
index 1237140..b3b5a03 100644 (file)
@@ -36,5 +36,8 @@ release:
        /usr/bin/editor $(srcdir)/NEWS
        $(MAKE) dist
 
+check-style:
+       astyle --options=.astylerc --dry-run -nQ src/*.[ch] src/*/*.[ch]
+
 astyle:
        astyle --options=.astylerc -nQ src/*.[ch] src/*/*.[ch]