X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2FREADME;h=5f7bcc202b57657a0609a6b8a4b15a628e5f7b55;hb=6ba0c2b259f1f99ed3ce8ee2e58e90bc393b704e;hp=1c920eb77241b3fee59930ce257b3bc4aecb079c;hpb=93e5ce29599beb7b32858b3074b8433dfffdab34;p=lttng-ust.git diff --git a/tests/README b/tests/README index 1c920eb7..5f7bcc20 100644 --- a/tests/README +++ b/tests/README @@ -1,10 +1,10 @@ Using the ust test suite. Running - ./runtests -runs all the tests once. The output is in TAP format. + make check +runs all the tests once. Running - ./test_loop + make check-loop runs the test in a loop. This is useful to check for errors that would not always happen.