X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=README;h=1170d37554e8f22be5f820025d9aa65119bbb70b;hb=refs%2Fheads%2Fdeliverable_3;hp=5e277e3f72d82c59459107918adea998762bb688;hpb=721a9e71e468353d6d1b27d742422c544f966a27;p=deliverable%2Flttng-ivc.git diff --git a/README b/README index 5e277e3..1170d37 100644 --- a/README +++ b/README @@ -24,4 +24,19 @@ How to run: ========== 1: python lttng_ivc/bootstrap.py -2: pytest -sv lttng_ivc/tests/ +2: python lttng_ivc/build_projects.py +3: pytest -sv lttng_ivc/tests/ + +With tox: + +1: tox -r ./ + +Findings +======== + +The binding type (ld.so) (now or lazy) is dependent on the gcc/ld distribution +configuration. Hence, for this test suite, we force the behavior to "now". This +result in the lookup of all required symbols at launch. This is particularly +important since we want to prevent inconsistent behavior. Immediate might be +forced in the future for lttng project but for now we simply force it at +runtime.