浏览代码

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 1 年之前
父节点
当前提交
55ba686530
共有 1 个文件被更改,包括 1 次插入0 次删除
  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) \