File: testsuite.at

package info (click to toggle)
rcs-blame 1.3.1-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 3,352 kB
  • sloc: ansic: 16,351; sh: 11,881; yacc: 389; lex: 154; makefile: 148
file content (34 lines) | stat: -rw-r--r-- 698 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Process this file with autom4te to create testsuite.

AT_INIT

AT_TESTED([blame])

m4_defun([MAC_CHECK_STDERR], [
dnl Catch Valgrind errors
if grep -q '^==[[0-9]][[0-9]]*==' $at_stderr; then
	echo 42 > $at_status_file
	exit 42
fi
dnl Make sure stderr isn't empty
if $at_diff $at_devnull $at_stderr; then
	echo 1 > $at_status_file
	exit 1
fi
])

m4_include([argv.at])
m4_include([pairing.at])
m4_include([rcs.at])
m4_include([rev.at])
m4_include([branch.at])
m4_include([working.at])
m4_include([date.at])
m4_include([state.at])
m4_include([author.at])
m4_include([expand.at])
m4_include([version.at])
m4_include([suffixes.at])
m4_include([mixed.at])
m4_include([log.at])
m4_include([rcsinit.at])