Ignore:
Timestamp:
Jun 5, 2011, 2:01:14 AM (12 years ago)
Author:
Peter Johansson
Message:

adding test for copyright cache. refs #385.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/Makefile.am

    r1328 r1364  
    4242distributed_TESTS += config3_test.sh
    4343distributed_TESTS += copyright2_test.sh
     44distributed_TESTS += copyright_cache_test.sh
    4445distributed_TESTS += error_test.sh
    4546distributed_TESTS += link_root_test.sh
     
    5657
    5758# tests not yet passing are listed here
    58 XFAIL_TESTS =
     59XFAIL_TESTS = copyright_cache_test.sh
    5960
    6061noinst_HEADERS = Suite.h
     
    9899config3_test.log:init.sh $(top_builddir)/bin/svndigest$(EXEEXT)
    99100copyright2_test.log:init.sh $(top_builddir)/bin/svncopyright$(EXEEXT) $(repo_stamp)
     101copyright_cache_test.log:init.sh $(top_builddir)/bin/svncopyright$(EXEEXT) $(repo_stamp)
    100102link_root_test.log:init.sh $(top_builddir)/bin/svndigest$(EXEEXT) $(repo_stamp)
    101103repo_status_test.log:init.sh
Note: See TracChangeset for help on using the changeset viewer.