blob: cce9c0fc2c50b0b7e45cb9220cf6b327b04ba56c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
## Process this file with automake to create Makefile.in
TESTS = \
consistency \
infloop-kawa-el
TESTS_ENVIRONMENT = \
PATH="$(abs_builddir)/../src$(PATH_SEPARATOR)$$PATH"
EXTRA_DIST = $(TESTS) single_file_token_bug.c
DISTCLEANFILES = ID
consistency-real: all
$(SHELL) $(srcdir)/consistency $(top_srcdir) $(top_builddir)/src
|