diff options
Diffstat (limited to 'testsuite/Makefile.am')
-rw-r--r-- | testsuite/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am new file mode 100644 index 0000000..938a21d --- /dev/null +++ b/testsuite/Makefile.am @@ -0,0 +1,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 |