Changeset 1160


Ignore:
Timestamp:
Aug 13, 2010, 12:18:11 AM (13 years ago)
Author:
Peter Johansson
Message:

add dependency so tests that uee test repo are rerun under lazycheck when test repo has been updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/Makefile.am

    r1119 r1160  
    7878lazycheck:; $(MAKE) $(AM_MAKEFLAGS) check RECHECK_LOGS=
    7979
     80repo_stamp = $(srcdir)/repo/db/current
     81
    8082# dependencies for lazycheck
    81 cmd_format_test.log:init.sh $(top_builddir)/bin/svndigest$(EXEEXT)
    82 config2_test.log:init.sh $(top_builddir)/bin/svndigest$(EXEEXT)
     83cmd_format_test.log:init.sh $(top_builddir)/bin/svndigest$(EXEEXT) $(repo_stamp)
     84config2_test.log:init.sh $(top_builddir)/bin/svndigest$(EXEEXT) $(repo_stamp)
    8385config3_test.log:init.sh $(top_builddir)/bin/svndigest$(EXEEXT)
    84 copyright2_test.log:init.sh $(top_builddir)/bin/svndigest$(EXEEXT)
     86copyright2_test.log:init.sh $(top_builddir)/bin/svndigest$(EXEEXT) $(repo_stamp)
    8587repo_status_test.log:init.sh
    86 repo_test.log:init.sh $(top_builddir)/bin/svndigest$(EXEEXT)
     88repo_test.log:init.sh $(top_builddir)/bin/svndigest$(EXEEXT) $(repo_stamp)
    8789svncopyright_test.log:init.sh $(top_builddir)/bin/svncopyright$(EXEEXT)
    88 svndigest_copy_cache_test.log:init.sh $(top_builddir)/bin/svndigest-copy-cache
     90svndigest_copy_cache_test.log:init.sh $(top_builddir)/bin/svndigest-copy-cache $(repo_stamp)
    8991
    90 
     92cache_partial_test.log: $(repo_stamp)
     93copyright_test.log: $(repo_stamp)
     94stats_test.log: $(repo_stamp)
Note: See TracChangeset for help on using the changeset viewer.