diff --git a/tests/xtimer_hang/README.md b/tests/xtimer_hang/README.md new file mode 100644 index 0000000000..3db9c35108 --- /dev/null +++ b/tests/xtimer_hang/README.md @@ -0,0 +1,5 @@ +# xTimer hang test + +This test prints `Testing... ()` every `TEST_INTERVAL` ms for +`TEST_SECONDS` seconds. Prints `[SUCCESS]` on completion, if it stops or +hangs before, the test failed.