summaryrefslogtreecommitdiffstats
path: root/testsuite/Makefile.am
blob: 2a959b049a207c23d013147a36e542b411c087f5 (plain)
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
## Process this file with automake to create Makefile.in

TESTS =			\
  consistency		\
  files0-from		\
  help-version		\
  infloop-kawa-el

EXTRA_DIST =			\
  $(TESTS)			\
  Coreutils.pm			\
  CuTmpdir.pm			\
  check.mk			\
  envvar-check			\
  init.sh			\
  mkid-langopt			\
  single_file_token_bug.c

DISTCLEANFILES = ID

consistency-real: all
	$(SHELL) $(srcdir)/consistency $(top_srcdir) $(top_builddir)/src

AUTOMAKE_OPTIONS =
include $(srcdir)/check.mk