X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=Makefile.am;h=613e1cd58c0e13b44e003075984059c00dd65642;hp=dacbb3bb668fb241a0346eafa11883c3ba1eb4f6;hb=835b9ab3ca3777fe42e37e92096226ebd19ca75b;hpb=6893800a4d1cc14dff0395ddcd660a5138db183d diff --git a/Makefile.am b/Makefile.am index dacbb3b..613e1cd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ACLOCAL_AMFLAGS=-I m4 -SUBDIRS = include src doc tests +SUBDIRS = include src doc tests extras dist_doc_DATA = LICENSE \ README.md @@ -11,10 +11,12 @@ EXTRA_DIST = gpl-2.0.txt \ lgpl-2.1.txt \ lgpl-relicensing.txt -.PHONY: short_bench long_bench regtest +.PHONY: short_bench long_bench regtest check-loop short_bench: cd tests && $(MAKE) $(AM_MAKEFLAGS) short_bench long_bench: cd tests && $(MAKE) $(AM_MAKEFLAGS) long_bench regtest: cd tests && $(MAKE) $(AM_MAKEFLAGS) regtest +check-loop: + cd tests && $(MAKE) $(AM_MAKEFLAGS) check-loop