From 1dd122881035039c32578d1b3a47265880c2e264 Mon Sep 17 00:00:00 2001 From: Gabriel Ionita Date: Tue, 28 Oct 2025 21:22:10 +0000 Subject: [PATCH] change readme to use autotest.sh --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db684b1..0c416be 100644 --- a/README.md +++ b/README.md @@ -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 ```