blob: 938a21de28fcf13bc8d61b9b24404a78332aeb15 (
plain)
1
2
3
4
5
6
7
8
|
## Process this file with automake to create Makefile.in
TESTS = consistency
EXTRA_DIST = $(TESTS)
consistency-real: all
$(SHELL) $(srcdir)/consistency $(top_srcdir) $(top_builddir)/src
|