Explorar o código

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 <[email protected]>
Simon McVittie hai 1 ano
pai
achega
55ba686530
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      test/Makefile.in

+ 1 - 0
test/Makefile.in

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