File: testpaths.h.in

package info (click to toggle)
yapet 0.6-3
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 6,012 kB
  • ctags: 2,913
  • sloc: ansic: 13,661; cpp: 11,384; sh: 4,814; makefile: 847; yacc: 291; sed: 16
file content (12 lines) | stat: -rw-r--r-- 306 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * Include defines for path, in order to make the checks work with a build dir
 * different from the source dir
 *
 * $Id: testpaths.h.in 2811 2009-08-31 08:21:58Z rafi $
 */

#define TOPSRCDIR "@top_srcdir@"
#define SRCDIR "@srcdir@"
#define TOPBUILDDIR "@top_builddir@"
#define BUILDDIR "@builddir@"