mirror of
https://github.com/Ryujinx/SDL.git
synced 2024-12-22 14:45:28 +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 = \
|
||||
testatomic$(EXE) \
|
||||
testaudioinfo$(EXE) \
|
||||
testautomation$(EXE) \
|
||||
testbounds$(EXE) \
|
||||
testdisplayinfo$(EXE) \
|
||||
testerror$(EXE) \
|
||||
|
|
Loading…
Reference in a new issue