From a643fd87ccc7ddc1b4f7663047eb22934c4c4d1f Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Fri, 3 Apr 2026 08:33:59 +0200 Subject: [PATCH] docs: Remove autotools leftover from CONTRIBUTING.md Signed-off-by: Michael Vetter --- CONTRIBUTING.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 70650a31..0db624a7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -237,7 +237,6 @@ Functional tests use [stabber](https://github.com/profanity-im/stabber) to simul **Performance Note:** It is highly recommended to run functional tests **without** sanitizers (**ASan** and **UBSan**). These sanitizers add significant overhead that can cause functional tests to time out or take an excessively long time to complete. * **Meson:** Ensure `-Db_sanitize=none` is set in your build configuration. You can check your current configuration with `meson configure build_run | grep b_sanitize`. -* **Autotools:** Ensure your `CFLAGS` does not contain `-fsanitize=address` or `-fsanitize=undefined`. To run functional tests, you need the same dependencies as unit tests (`cmocka`) plus `stabber` and `libutil`.