X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=Makefile.am;fp=Makefile.am;h=1db748019f117b631661cf3be381ac107b4f8249;hb=f3c7428e8878c6e467020881813c018e0d530a21;hp=5bb531128f932d213a199a34bb5be6d49826ce71;hpb=7b34df2f310407966c8691a0ff59b33d664deff6;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