X-Git-Url: https://git.lttng.org/?p=urcu.git;a=blobdiff_plain;f=README;h=218b4be16f1fd17f1c54b9761372b2d1e4eb1466;hp=89708053007fe06c2bbd72825298e812a38ec553;hb=aea3bcbcd4fb8bb79fa77724b1be7dc088b650a2;hpb=9e6b9f8afa8e70854a4e09e326de45dbd7e63bef diff --git a/README b/README index 8970805..218b4be 100644 --- a/README +++ b/README @@ -304,3 +304,18 @@ SMP support ./configure --disable-smp-support theoretically yielding slightly better performance. + +MAKE TARGETS +------------ + +In addition to the usual "make check" target, Userspace RCU features +"make regtest" and "make bench" targets. + +make check: Short tests, meant to be run when rebuilding or porting + Userspace RCU. + +make regtest: Long (many hours) test, meant to be run when modifying + Userspace RCU or porting it to a new architecture or + operating system. + +make bench: Long (many hours) benchmarks.