From 78b7d7f7a8bd91dd0a518ce7b7b22b8ed1cce931 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 11 Jan 2010 15:50:30 +0000 Subject: - The tests/runtests.pl script now checks to see if the test case that runs is present in the tests/data/Makefile.am and outputs a notice message on the screen if not. Each test file has to be included in that Makefile.am to get included in release archives and forgetting to add files there is a common mistake. This is an attempt to make it harder to forget. --- tests/data/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/data') diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am index 30e314481..bb7d0e7a2 100644 --- a/tests/data/Makefile.am +++ b/tests/data/Makefile.am @@ -84,3 +84,5 @@ filecheck: rm -rf test-place ; \ exit $$RC +show: + @echo $(EXTRA_DIST) -- cgit v1.2.3