r3975 - trunk/po



Author: timj
Date: 2006-10-16 17:19:58 -0400 (Mon, 16 Oct 2006)
New Revision: 3975

Modified:
   trunk/po/Makefile.intltool
Log:
Mon Oct 16 22:53:35 2006  Tim Janik  <timj gtk org>

        * this change accomplishes the move to distinguish test programs
        only by the makefile rules they are executed at. check:-programs
        are supposed to be quick sanity tests, to be executed e.g. before
        commits. slowcheck:-programs are in place to check implementations,
        features and auxillary files, and may consume significant amounts
        of time. perf:-programs are programs run as performance tests and
        should provide performance measurement information as output.
        all three targets are supposed to pass without errors for make
        distcheck.

        * tests/audio/: moved here from slowtests/audio/.
        * tests/filecheck/: moved here from slowtests/filecheck/.

        * tests/audio/Makefile.am: slight fixups.

        * tests/.:
        * tests/Makefile.am: moved slowtests/ contents here.
        added perftest and testresampler to perf: rule.

        * Makefile.decl: added recursive perf: rule. silenced check-local:.




Modified: trunk/po/Makefile.intltool
===================================================================
--- trunk/po/Makefile.intltool	2006-10-16 21:05:58 UTC (rev 3974)
+++ trunk/po/Makefile.intltool	2006-10-16 21:19:58 UTC (rev 3975)
@@ -206,7 +206,8 @@
 	done
 
 distfile-list:
-slowcheck:
+slowcheck: ; @:
+perf: ; @:
 
 Makefile POTFILES: stamp-it
 	@if test ! -f $@; then \




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]