mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-01-03 18:05:34 +00:00
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:
parent
4cb43db1a9
commit
55ba686530
|
@ -389,6 +389,7 @@ distclean: clean
|
||||||
TESTS = \
|
TESTS = \
|
||||||
testatomic$(EXE) \
|
testatomic$(EXE) \
|
||||||
testaudioinfo$(EXE) \
|
testaudioinfo$(EXE) \
|
||||||
|
testautomation$(EXE) \
|
||||||
testbounds$(EXE) \
|
testbounds$(EXE) \
|
||||||
testdisplayinfo$(EXE) \
|
testdisplayinfo$(EXE) \
|
||||||
testerror$(EXE) \
|
testerror$(EXE) \
|
||||||
|
|
Loading…
Reference in a new issue