summaryrefslogtreecommitdiff
path: root/BUILDING.md
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2024-02-03 08:58:25 +1100
committerjacqueline <me@jacqueline.id.au>2024-02-03 08:58:25 +1100
commit71280f93bd9ba3b0e62dff9826e3a8d5449e9914 (patch)
tree55c737c2a335398e61497815f7ff52fecfddc97c /BUILDING.md
parent32cee65809ec81d21e8ee25086d529c1be4b6fa5 (diff)
downloadtangara-fw-71280f93bd9ba3b0e62dff9826e3a8d5449e9914.tar.gz
sorry the tests dont work
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/BUILDING.md b/BUILDING.md
index 1557b366..337a5098 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -41,6 +41,8 @@ idf.py -p /dev/ttyUSB0 -b 115200 flash
# Running tests
+(Note: tests are currently broken, and have been for a while. Sorry! IOU a working test suite by the time we ship devices :))
+
Tests are implemented as a separate application build, located in the `test`
directory. We use Catch2 as our test framework.