aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGuillaume Rousse <guillomovitch@mandriva.org>2009-05-23 12:51:06 +0000
committerGuillaume Rousse <guillomovitch@mandriva.org>2009-05-23 12:51:06 +0000
commit99f6fba062bd15ef5b9a3c831aafd6be4edea5fd (patch)
treed910646105bb467bc70f0c5bb0f3a56e56d96b67 /Makefile
parent42c51cfe708ef920bbc0912790e32114f879a69f (diff)
downloadspec-helper-99f6fba062bd15ef5b9a3c831aafd6be4edea5fd.tar
spec-helper-99f6fba062bd15ef5b9a3c831aafd6be4edea5fd.tar.gz
spec-helper-99f6fba062bd15ef5b9a3c831aafd6be4edea5fd.tar.bz2
spec-helper-99f6fba062bd15ef5b9a3c831aafd6be4edea5fd.tar.xz
spec-helper-99f6fba062bd15ef5b9a3c831aafd6be4edea5fd.zip
test support
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
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