Fix: x86 and s390 uatomic: __hp() macro warning with gcc 11
[urcu.git] / Makefile.am
index dacbb3bb668fb241a0346eafa11883c3ba1eb4f6..613e1cd58c0e13b44e003075984059c00dd65642 100644 (file)
@@ -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
This page took 0.022795 seconds and 4 git commands to generate.