X-Git-Url: https://git.lttng.org/?p=lttng-ust.git;a=blobdiff_plain;f=tests%2FREADME.md;fp=tests%2FREADME.md;h=119fca80ed2ef839574a7c71b5c95262e93f12a5;hp=0000000000000000000000000000000000000000;hb=e03d7c66c57bf268b87296566a5160039f35ccfb;hpb=79f8dc6f50b20fb6b1d99f9bd97d70aa361bc6ad diff --git a/tests/README.md b/tests/README.md new file mode 100644 index 00000000..119fca80 --- /dev/null +++ b/tests/README.md @@ -0,0 +1,16 @@ + + +# LTTng-UST test suite + +Run all the tests once. + + make check + +Run the test in a loop. This is useful to check for errors that would not +always happen. + + make check-loop