From 0acf43a2313d7915ada9b1af76cb5cc691f47ca8 Mon Sep 17 00:00:00 2001 From: smlng <s@mlng.net> Date: Mon, 27 Feb 2017 17:59:33 +0100 Subject: [PATCH] tests, xtimer_hang: add README --- tests/xtimer_hang/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/xtimer_hang/README.md 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... (<percentage>)` every `TEST_INTERVAL` ms for +`TEST_SECONDS` seconds. Prints `[SUCCESS]` on completion, if it stops or +hangs before, the test failed. -- GitLab