From 55ba686530d5a4c5b42e7b7d2c22cfe3e3b21d90 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 22 Jan 2024 09:57:48 +0000 Subject: [PATCH] test: Run testautomation under Autotools too, not just CMake The CMake build system runs this since #8313, so we already have to make sure it doesn't regress. Signed-off-by: Simon McVittie --- test/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Makefile.in b/test/Makefile.in index 407a7db54..acd0764b1 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -389,6 +389,7 @@ distclean: clean TESTS = \ testatomic$(EXE) \ testaudioinfo$(EXE) \ + testautomation$(EXE) \ testbounds$(EXE) \ testdisplayinfo$(EXE) \ testerror$(EXE) \