[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:36:53 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=01c09f5

The following commit has been merged in the master branch:
commit 01c09f503e774c3249f34d34905d0bf3dc18eb40
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Sun Dec 26 05:01:27 2004 +0000

    Simple Makefile to run all tests and clean the tmp directory
---
 test/Makefile | 41 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

diff --git a/test/Makefile b/test/Makefile
new file mode 100644
index 0000000..be06dec
--- /dev/null
+++ b/test/Makefile
@@ -0,0 +1,41 @@
+# ************************************************************* -*- Makefile -*-
+
+# Default make target
+all: test
+
+top_srcdir = ..
+
+# Initialisations
+SHELL = /bin/sh
+
+.SUFFIXES:
+
+# **********************************************************************
+# Targets
+.PHONY: all test clean distclean maintainer-clean
+
+test:
+	@echo Running addmoddel...
+	@./addmoddel.sh
+	@echo Running exiv2-test...
+	@./exiv2-test.sh
+	@echo Running imagetest...
+	@./imagetest.sh
+	@echo Running iptctest...
+	@./iptctest.sh
+	@echo Running makernote-test...
+	@./makernote-test.sh
+	@echo Running write-test...
+	@./write-test.sh
+	@echo Running write2-test...
+	@./write2-test.sh
+
+clean:
+	rm -rf $(top_srcdir)/test/tmp/*
+
+distclean: clean
+	$(RM) *~ *.bak *#
+
+# This command is intended for maintainers to use; it deletes files
+# that may need special tools to rebuild.
+maintainer-clean: distclean

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list