blob: 32e0efff21a8deecf9b34f7313592713da6c3788 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
## Process this file with automake to create Makefile.in
TESTS = \
consistency \
infloop-kawa-el
TESTS_ENVIRONMENT = \
abs_top_srcdir='$(abs_top_srcdir)' \
PATH="$(abs_top_builddir)/src$(PATH_SEPARATOR)$(abs_top_srcdir)/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
|