[hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5544: Add "alltests" target that depends on all compilation and test targets.

  • From: noreply@xxxxxxxxxxxxx
  • To: HIPL core team <hipl-dev@xxxxxxxxxxxxx>
  • Date: Tue, 18 Jan 2011 11:21:30 -0000

------------------------------------------------------------
revno: 5544
committer: Diego Biurrun <diego@xxxxxxxxxx>
branch nick: hipl
timestamp: Tue 2011-01-18 12:16:27 +0100
message:
  Add "alltests" target that depends on all compilation and test targets.
  
  This should help catching easily-avoidable mistakes before the autobuilder.
modified:
  Makefile.am


--
lp:hipl
https://code.launchpad.net/~hipl-core/hipl/trunk

Your team HIPL core team is subscribed to branch lp:hipl.
To unsubscribe from this branch go to 
https://code.launchpad.net/~hipl-core/hipl/trunk/+edit-subscription
=== modified file 'Makefile.am'
--- Makefile.am 2011-01-18 10:15:00 +0000
+++ Makefile.am 2011-01-18 11:16:27 +0000
@@ -252,6 +252,11 @@
 
 
 ### misc stuff ###
+
+# This is supposed to be a sanity check target to run before pushing changes
+# to the world at large. It should catch a number of easily-avoidable mistakes.
+alltests: doxygen checkheaders check distcheck
+
 doxygen: doc/Doxyfile
        doxygen $<
 
@@ -301,4 +306,4 @@
        rm -f $(addprefix $(distdir)/doc/,Doxyfile HOWTO.xml)
        rm -f $(addprefix $(distdir)/tools/,nsupdate.pl hipdnsproxy/hipdnsproxy 
hipdnskeyparse/hipdnskeyparse)
 
-.PHONY: bin checkheaders deb doxygen rpm syncrepo*
+.PHONY: alltests bin checkheaders deb doxygen rpm syncrepo*

Other related posts:

  • » [hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5544: Add "alltests" target that depends on all compilation and test targets. - noreply