From 3076dd0406f8a7675c1153b3619a6d83bb65aa0f Mon Sep 17 00:00:00 2001 From: aanper Date: Mon, 12 Oct 2020 09:10:15 +0300 Subject: [PATCH] testing wiki fixes --- wiki/Testing.md | 2 +- wiki/_Sidebar.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/wiki/Testing.md b/wiki/Testing.md index 2c5e71f7..1a79479b 100644 --- a/wiki/Testing.md +++ b/wiki/Testing.md @@ -6,6 +6,6 @@ # Unit testing -1. We use [minunit]() as testing framework +1. We use [minunit](https://github.com/barrust/c-utils#minunit) as testing framework 2. Tests root placed in `applications/tests/minuint_test.c` 3. There is `Run local tests` job in `CI` pipeline (`.github/workflows/ci.yml`) diff --git a/wiki/_Sidebar.md b/wiki/_Sidebar.md index a896ae29..c4cc5582 100644 --- a/wiki/_Sidebar.md +++ b/wiki/_Sidebar.md @@ -30,6 +30,12 @@ _Do not edit this Wiki in web-interface. Read [How to edit Wiki](Contributing#ho * [F1B1C0.0](Hardware-version-F1B1C0.0) * [F2B0C1.1](Hardware-version-F2B0C1.1) +# [Testing](Testing) + +* [Bootloader testcase](Bootloader-test) +* [Input testcase](Input-test) +* [General testcase](General-building-test) + # Features * [Sub-1 GHz radio](https://github.com/Flipper-Zero/flipperzero-firmware-community/wiki/Sub-1-GHz-radio)