File: skip-interactive-tests.patch

package info (click to toggle)
heroes 0.21-21
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,796 kB
  • sloc: ansic: 27,951; sh: 3,941; makefile: 651; yacc: 318; sed: 51; lisp: 10; perl: 9
file content (18 lines) | stat: -rw-r--r-- 430 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Skip interactive tests
Author: Stephen Kitt <skitt@debian.org>

These tests require displaying the game, so we can't run them on the
buildds.

--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -28,7 +28,8 @@
 AM_CFLAGS = $(MORE_WARNINGS_CFLAGS)
 
 EXTRA_DIST = defs $(TESTS)
-TESTS = demo.test intro.test lvlsave.test
+# demo.test and intro.test require a display
+TESTS = lvlsave.test
 
 check_PROGRAMS = lvlsave