File: Makefile.am

package info (click to toggle)
fakeroot 1.14.4-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,000 kB
  • ctags: 565
  • sloc: sh: 10,485; ansic: 3,538; makefile: 290; perl: 14
file content (25 lines) | stat: -rw-r--r-- 532 bytes parent folder | download | duplicates (2)
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
AUTOMAKE_OPTIONS=foreign

TESTS =						\
  t.chmod_dev					\
  t.echoarg					\
  t.falsereturn					\
  t.mknod					\
  t.no_ld_preload				\
  t.no_ld_preload_link				\
  t.option					\
  t.tar						\
  t.touchinstall				\
  t.truereturn

suffix =
TESTS_ENVIRONMENT =				\
  libfakeroot=libfakeroot-0$(DLSUFFIX)		\
  srcdir=$(srcdir)				\
  suffix=$(suffix)				\
  posixshell=$(SHELL)

CLEANFILES = tmp* tartest.tar.gz hda3

check_SCRIPTS = $(TESTS) echo_arg tartest compare-tar defs
EXTRA_DIST = $(check_SCRIPTS) tartest.tar.gz.uue