File: testsuite.in

package info (click to toggle)
pspp 0.8.4-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 35,692 kB
  • ctags: 20,600
  • sloc: ansic: 218,288; sh: 12,890; xml: 11,342; perl: 715; lisp: 597; makefile: 157
file content (8 lines) | stat: -rw-r--r-- 197 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
AT_INIT

# Define SKIP_IF for compatibility with Autotest before 2.64
m4_ifndef([AT_SKIP_IF],
  [m4_define([AT_SKIP_IF],
     [AT_CHECK([($1) \
&& exit 77 || exit 0], [0], [ignore], [ignore])])])