The following commit has been merged in the master branch:
commit ff552e2f3b6442fb80466a07d683f0d2197db1ba
Author: Benjamin Drung <[email protected]>
Date:   Tue May 24 14:03:48 2011 +0200

    Add test infrastructure.

diff --git a/Makefile b/Makefile
index be88919..542f4b1 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ clean_translated_manpages:
 clean: clean_scripts clean_translated_manpages
        rm -f version conf.default make_scripts
 
-test: test_scripts
+test: test_test test_scripts
 
 install: all install_scripts
        cp -a $(PERL_MODULES) $(DESTDIR)$(PERLMOD_DIR)
@@ -45,6 +45,9 @@ install: all install_scripts
        cp doc/*.1 $(DESTDIR)$(MAN1DIR)
        ln -sf edit-patch.1 $(DESTDIR)$(MAN1DIR)/add-patch.1
 
+test_test:
+       $(MAKE) -C test/ test
+
 make_scripts: version
        $(MAKE) -C scripts/
        touch $@
diff --git a/debian/changelog b/debian/changelog
index 7e5bb82..6a4f188 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,11 +21,12 @@ devscripts (2.10.74) UNRELEASED; urgency=low
     + debuild: Enforce Ubuntu merge policy.
     + debsign: Implement DEBSIGN_ALWAYS_RESIGN variable to skip the
       "Would you like to use the current signature?" question. (Closes: 
#447955)
+  * Add test infrastructure.
 
   [ David Prévot ]
   * Partial manual pages convention review (Closes: #626015).
 
- -- Benjamin Drung <[email protected]>  Tue, 24 May 2011 12:21:48 +0200
+ -- Benjamin Drung <[email protected]>  Tue, 24 May 2011 14:03:16 +0200
 
 devscripts (2.10.73) unstable; urgency=low
 
diff --git a/test/Makefile b/test/Makefile
new file mode 100644
index 0000000..239bba8
--- /dev/null
+++ b/test/Makefile
@@ -0,0 +1,3 @@
+test:
+
+.PHONY: test

-- 
Git repository for devscripts


-- 
To unsubscribe, send mail to [email protected].

Reply via email to