From 32b5761547e9a5c5c55855fdfeac40c0f284e814 Mon Sep 17 00:00:00 2001 From: Rasmus Karlsson Date: Mon, 27 Jan 2025 22:21:55 +0100 Subject: [PATCH] add new executable/ctest notice --- tests/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/README.md b/tests/README.md index e8a775be95e..f3c62c51091 100644 --- a/tests/README.md +++ b/tests/README.md @@ -1,5 +1,7 @@ To run tests, you'll first need to enable the test flag in cmake. You can do this by adding the `-DBUILD_TESTS=On` flag to your cmake setup call. (e.g. `mkdir build && cd build && cmake -DBUILD_TESTS=On ..`) +After you've built Chatterino, you can now run the tests with `ctest` or by manually running the newly created `chatterino-test` executable + # Pre-requisites to running tests - Download & run [httpbox](https://github.com/Chatterino/httpbox/releases/latest)