From 99f6fba062bd15ef5b9a3c831aafd6be4edea5fd Mon Sep 17 00:00:00 2001 From: Guillaume Rousse Date: Sat, 23 May 2009 12:51:06 +0000 Subject: test support --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2097ddd..7a3029d 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ SCRIPT_FILES = clean_files clean_perl compress_files strip_and_check_elf_files \ fix_pamd gprintify remove_info_dir relink_symlinks fix_eol BIN_FILES = macroszification MACROS_FILES = spec-helper.macros -FILES = AUTHORS Makefile NEWS README \ +FILES = AUTHORS Makefile NEWS README test.pl \ $(SCRIPT_FILES) $(BIN_FILES) $(MACROS_FILES:=.in) bindir = /usr/bin @@ -31,6 +31,9 @@ spec-helper.macros: spec-helper.macros.in clean: rm -f *~ +test: + perl test.pl + # rules to build a local distribution localdist: cleandist dir localcopy tar -- cgit v1.2.1