Cleanup: test_perthreadlock_timing: handle pthread mutex errors
[urcu.git] / Makefile.am
CommitLineData
074c3a1b 1ACLOCAL_AMFLAGS=-I m4
a6412536 2
6893800a 3SUBDIRS = include src doc tests
48d848c7 4
6893800a
MJ
5dist_doc_DATA = LICENSE \
6 README.md
b8573955
MD
7
8dist_noinst_DATA = CodingStyle
f5ab766e 9
6893800a
MJ
10EXTRA_DIST = gpl-2.0.txt \
11 lgpl-2.1.txt \
12 lgpl-relicensing.txt
13
03c5782e 14.PHONY: short_bench long_bench regtest check-loop
ad460058
MD
15short_bench:
16 cd tests && $(MAKE) $(AM_MAKEFLAGS) short_bench
17long_bench:
18 cd tests && $(MAKE) $(AM_MAKEFLAGS) long_bench
f5ab766e
MD
19regtest:
20 cd tests && $(MAKE) $(AM_MAKEFLAGS) regtest
03c5782e
MJ
21check-loop:
22 cd tests && $(MAKE) $(AM_MAKEFLAGS) check-loop
This page took 0.05053 seconds and 4 git commands to generate.