Update tests readme.

This commit is contained in:
David Reid
2026-01-16 06:42:44 +10:00
parent 3a052ada0d
commit c3dcf0d1db
+2 -2
View File
@@ -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.