From: Mathieu Desnoyers Date: Fri, 9 Aug 2013 22:13:23 +0000 (-0400) Subject: tests: split in check, regtest and bench targets X-Git-Tag: v0.8.0~6 X-Git-Url: https://git.lttng.org/?p=urcu.git;a=commitdiff_plain;h=f5ab766ee2c8300cb00ca5878b1cb464f960a66d;hp=f5ab766ee2c8300cb00ca5878b1cb464f960a66d tests: split in check, regtest and bench targets Allow make check to run without requiring build machines to use hours of CPU time. make check: short unit tests make regtest: long regression tests make bench: long benchmarks Fixes #611 Signed-off-by: Mathieu Desnoyers ---