From 869a6ec66205c87296fcb6bd74fad3cfd5f6b831 Mon Sep 17 00:00:00 2001 From: David Reid Date: Sat, 7 Mar 2020 10:10:45 +1000 Subject: [PATCH] Update example build script. --- tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/README.md b/tests/README.md index 8fcc4f93..d8e57324 100644 --- a/tests/README.md +++ b/tests/README.md @@ -2,7 +2,7 @@ Building ======== Build and run from "_build" directory. Example: - gcc ../test_deviceio.c -o bin/test_deviceio + gcc ../test_deviceio/ma_test_deviceio.c -o bin/test_deviceio -Wall -Wextra -Wpedantic -ldl -lm -lpthread ./bin/test_deviceio Output files will be placed in the "res/output" folder.