Unit tests: fix IRDA test data (#488)

* Unit tests: fix IRDA test data
* Fix format-errors on test data files
* Fix sticking red/green light on unit-tests

Co-authored-by: あく <alleteam@gmail.com>
Co-authored-by: Albert Kharisov <albert@flipperdevices.com>
This commit is contained in:
SG
2021-05-25 19:43:14 +10:00
committed by GitHub
parent 19644f6af5
commit 1a1c5fa05d
5 changed files with 57 additions and 60 deletions

View File

@@ -14,7 +14,6 @@ C_FILES=$(find . \
-not \( -path './firmware/.obj' -prune \) \
-not \( -path './firmware/targets' -prune \) \
-not \( -path './assets' -prune \) \
-not \( -path './applications/tests/irda_decoder/test_data' -prune \) \
-not \( -path ./lib -prune \) \
-name *.c -o -name *.h -o -name *.cpp)