change readme to use autotest.sh

This commit is contained in:
Gabriel Ionita 2025-10-28 21:22:10 +00:00
parent 81d7e28b92
commit 1dd1228810
Signed by: gabi
SSH Key Fingerprint: SHA256:mrbYmB/SGtDvT3etRoS6pDrMYWxR0/B5GSF6rR3qhhc

View File

@ -65,6 +65,6 @@ Run tests:
./build/gwatch --var global_counter --exec ./test_with_args -- hello world 123
# Run test suite
./build/gwatch_tests
./autotest.sh
```