X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=Makefile.am;h=1db748019f117b631661cf3be381ac107b4f8249;hb=refs%2Fheads%2Fstable-2.8;hp=5bb531128f932d213a199a34bb5be6d49826ce71;hpb=5b6ff569c0bf82b72f263a259e7a73a453903648;p=lttng-ust.git diff --git a/Makefile.am b/Makefile.am index 5bb53112..1db74801 100644 --- a/Makefile.am +++ b/Makefile.am @@ -36,3 +36,7 @@ pkgconfig_DATA = lttng-ust.pc dist_doc_DATA = README.md ChangeLog dist_noinst_DATA = CodingStyle + +check-loop: + cd tests && $(MAKE) $(AM_MAKEFLAGS) check-loop +.PHONY: check-loop