summaryrefslogtreecommitdiffstats
path: root/testsuite/Makefile.am
blob: bd25f6bef9117c618765ff30a34b0d2eff245461 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
## Process this file with automake to create Makefile.in

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

EXTRA_DIST =			\
  $(TESTS)			\
  Coreutils.pm			\
  CuTmpdir.pm			\
  check.mk			\
  envvar-check			\
  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