File: testpaths.h.in

package info (click to toggle)
yapet 2.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,920 kB
  • sloc: cpp: 32,397; sh: 5,032; makefile: 880; ansic: 36; sed: 16
file content (12 lines) | stat: -rw-r--r-- 258 bytes parent folder | download | duplicates (16)
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$
 */

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