Changeset 1048 for trunk


Ignore:
Timestamp:
Mar 31, 2010, 2:32:43 AM (13 years ago)
Author:
Peter Johansson
Message:

refs #449. improve deps for lazycheck

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/Makefile.am

    r1047 r1048  
    7676
    7777lazycheck:; $(MAKE) $(AM_MAKEFLAGS) check RECHECK_LOGS=
     78
     79# dependencies for lazycheck
     80cmd_format_test.sh:$(top_builddir)/bin/svndigest$(EXEEXT)
     81config2_test.sh:$(top_builddir)/bin/svndigest$(EXEEXT)
     82copyright2_test.sh:$(top_builddir)/bin/svndigest$(EXEEXT)
     83repo_status_test.sh:
     84repo_test.sh:$(top_builddir)/bin/svndigest$(EXEEXT)
     85svndigest_copy_cache_test.sh:$(top_builddir)/bin/svndigest-copy-cache
     86
     87# all shell tests depend on init.sh
     88$(distributed_TESTS): init.sh
Note: See TracChangeset for help on using the changeset viewer.