Tests: Replace prove by autotools tap runner
[urcu.git] / tests / Makefile.am
CommitLineData
1b387491 1SUBDIRS = utils common unit benchmark regression
48d848c7 2
03c5782e 3.PHONY: short_bench long_bench regtest check-loop
48d848c7 4
ad460058
MD
5short_bench:
6 cd benchmark && $(MAKE) $(AM_MAKEFLAGS) short_bench
7long_bench:
8 cd benchmark && $(MAKE) $(AM_MAKEFLAGS) long_bench
f5ab766e
MD
9regtest:
10 cd regression && $(MAKE) $(AM_MAKEFLAGS) regtest
ad460058 11 cd benchmark && $(MAKE) $(AM_MAKEFLAGS) regtest
03c5782e
MJ
12
13check-loop:
14 while [ 0 ]; do \
15 $(MAKE) $(AM_MAKEFLAGS) check; \
16 if [ "$$?" != "0" ]; then \
17 break; \
18 fi \
19 done
This page took 0.037993 seconds and 4 git commands to generate.