From c3dcf0d1db223bef39c3f730413340b8bd73b8e2 Mon Sep 17 00:00:00 2001 From: David Reid Date: Fri, 16 Jan 2026 06:42:44 +1000 Subject: [PATCH] Update tests readme. --- tests/_build/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/_build/README.md b/tests/_build/README.md index ca2c1dd1..b22bddc4 100644 --- a/tests/_build/README.md +++ b/tests/_build/README.md @@ -2,8 +2,8 @@ Building ======== Build and run from this directory. Example: - gcc ../test_deviceio/ma_test_deviceio.c -o bin/test_deviceio -ldl -lm -lpthread -Wall -Wextra -Wpedantic -std=c89 - ./bin/test_deviceio + gcc ../deviceio/deviceio.c -o bin/deviceio -ldl -lm -lpthread -Wall -Wextra -Wpedantic -std=c89 + ./bin/deviceio Output files will be placed in the "res/output" folder.