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 <smcv@collabora.com>
This commit is contained in:
Simon McVittie 2024-01-22 09:57:48 +00:00 committed by Sam Lantinga
parent 4cb43db1a9
commit 55ba686530

View File

@ -389,6 +389,7 @@ distclean: clean
TESTS = \
testatomic$(EXE) \
testaudioinfo$(EXE) \
testautomation$(EXE) \
testbounds$(EXE) \
testdisplayinfo$(EXE) \
testerror$(EXE) \