Changeset 1506
- Timestamp:
- Aug 31, 2012, 8:43:41 AM (10 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/Makefile.am
r1478 r1506 53 53 distributed_TESTS += svncopyright_test.sh 54 54 distributed_TESTS += svndigest_copy_cache_test.sh 55 distributed_TESTS += svndigest_copy_cache_test2.sh 55 56 distributed_TESTS += traverse_test.sh 56 57 distributed_TESTS += try_help_test.sh … … 63 64 64 65 # tests not yet passing are listed here 65 XFAIL_TESTS = 66 XFAIL_TESTS = svndigest_copy_cache_test2.sh 66 67 67 68 noinst_HEADERS = Suite.h … … 113 114 svncopyright_test.log:init.sh $(top_builddir)/bin/svncopyright$(EXEEXT) 114 115 svndigest_copy_cache_test.log:init.sh $(top_builddir)/bin/svndigest-copy-cache $(repo_stamp) 116 svndigest_copy_cache_test.log:init.sh $(top_builddir)/bin/svndigest-copy-cache $(repo_stamp) 115 117 try_help_test.log:init.sh $(top_builddir)/bin/svndigest 116 118 -
trunk/yat/Makefile.am
r1498 r1506 3 3 ## $Id$ 4 4 5 # Copyright (C) 2009, 2010, 2011 Peter Johansson5 # Copyright (C) 2009, 2010, 2011, 2012 Peter Johansson 6 6 # 7 7 # This file is part of svndigest, http://dev.thep.lu.se/svndigest … … 27 27 noinst_LIBRARIES = libyat.a 28 28 29 noinst_HEADERS = 29 noinst_HEADERS = 30 30 noinst_HEADERS += ColumnStream.h 31 31 noinst_HEADERS += CommandLine.h
Note: See TracChangeset
for help on using the changeset viewer.