84 |
13 Mar 06 |
jari |
## Process this file with automake to produce Makefile.in |
84 |
13 Mar 06 |
jari |
2 |
## |
84 |
13 Mar 06 |
jari |
## $Id$ |
84 |
13 Mar 06 |
jari |
4 |
|
1267 |
02 Nov 10 |
peter |
# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Jari Häkkinen, Peter Johansson |
1635 |
30 Mar 23 |
peter |
# Copyright (C) 2011, 2012 Peter Johansson |
1635 |
30 Mar 23 |
peter |
# Copyright (C) 2015 Jari Häkkinen, Peter Johansson |
1635 |
30 Mar 23 |
peter |
# Copyright (C) 2020 Peter Johansson |
6 |
29 Dec 05 |
peter |
9 |
# |
687 |
04 Aug 08 |
peter |
# This file is part of svndigest, http://dev.thep.lu.se/svndigest |
84 |
13 Mar 06 |
jari |
11 |
# |
149 |
12 Aug 06 |
jari |
# svndigest is free software; you can redistribute it and/or modify it |
84 |
13 Mar 06 |
jari |
# under the terms of the GNU General Public License as published by |
693 |
11 Sep 08 |
jari |
# the Free Software Foundation; either version 3 of the License, or |
84 |
13 Mar 06 |
jari |
# (at your option) any later version. |
84 |
13 Mar 06 |
jari |
16 |
# |
149 |
12 Aug 06 |
jari |
# svndigest is distributed in the hope that it will be useful, but |
84 |
13 Mar 06 |
jari |
# WITHOUT ANY WARRANTY; without even the implied warranty of |
84 |
13 Mar 06 |
jari |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
84 |
13 Mar 06 |
jari |
# General Public License for more details. |
84 |
13 Mar 06 |
jari |
21 |
# |
84 |
13 Mar 06 |
jari |
# You should have received a copy of the GNU General Public License |
693 |
11 Sep 08 |
jari |
# along with svndigest. If not, see <http://www.gnu.org/licenses/>. |
8 |
30 Dec 05 |
jari |
24 |
|
1525 |
01 Oct 12 |
peter |
25 |
check_SCRIPTS = test/svn_update.sh test/init.sh |
248 |
28 Apr 07 |
peter |
26 |
|
1525 |
01 Oct 12 |
peter |
## we use suffix .cc for all test source |
1047 |
30 Mar 10 |
peter |
28 |
AM_DEFAULT_SOURCE_EXT = .cc |
1047 |
30 Mar 10 |
peter |
29 |
|
1525 |
01 Oct 12 |
peter |
30 |
EXTRA_PROGRAMS = test/cache.test test/cache_partial.test test/color.test \ |
1525 |
01 Oct 12 |
peter |
31 |
test/config.test test/copyright.test test/date.test \ |
1525 |
01 Oct 12 |
peter |
32 |
test/graph.test test/htmlstream.test test/ignore_rev.test \ |
1525 |
01 Oct 12 |
peter |
33 |
test/parser.test test/option.test test/stats.test \ |
1555 |
05 Nov 12 |
peter |
34 |
test/svn_cat.test test/svn_cat2.test \ |
1555 |
05 Nov 12 |
peter |
35 |
test/svn_log.test test/trac.test test/utility.test \ |
1525 |
01 Oct 12 |
peter |
36 |
test/vector.test |
556 |
16 Jan 08 |
peter |
37 |
|
1525 |
01 Oct 12 |
peter |
38 |
CLEANFILES += $(EXTRA_PROGRAMS) |
1046 |
30 Mar 10 |
peter |
39 |
|
1599 |
04 Sep 15 |
peter |
40 |
test_option_test_SOURCES = test/option.cc bin/Parameter.cc \ |
1599 |
04 Sep 15 |
peter |
41 |
bin/AbstractParameter.cc bin/svndigestParameter.cc |
1264 |
02 Nov 10 |
peter |
42 |
|
954 |
06 Dec 09 |
peter |
43 |
distributed_TESTS = |
1525 |
01 Oct 12 |
peter |
44 |
distributed_TESTS += test/cmd_format_test.sh |
1525 |
01 Oct 12 |
peter |
45 |
distributed_TESTS += test/config2_test.sh |
1525 |
01 Oct 12 |
peter |
46 |
distributed_TESTS += test/config3_test.sh |
1525 |
01 Oct 12 |
peter |
47 |
distributed_TESTS += test/config_props_test.sh |
1525 |
01 Oct 12 |
peter |
48 |
distributed_TESTS += test/copyright2_test.sh |
1553 |
04 Nov 12 |
peter |
49 |
distributed_TESTS += test/copyright3_test.sh |
1525 |
01 Oct 12 |
peter |
50 |
distributed_TESTS += test/copyright_cache_test.sh |
1525 |
01 Oct 12 |
peter |
51 |
distributed_TESTS += test/error_test.sh |
1525 |
01 Oct 12 |
peter |
52 |
distributed_TESTS += test/ignore_revs_test.sh |
1525 |
01 Oct 12 |
peter |
53 |
distributed_TESTS += test/link_root_test.sh |
1525 |
01 Oct 12 |
peter |
54 |
distributed_TESTS += test/permission_test.sh |
1525 |
01 Oct 12 |
peter |
55 |
distributed_TESTS += test/remove_cache_test.sh |
1525 |
01 Oct 12 |
peter |
56 |
distributed_TESTS += test/repo_status_test.sh |
1525 |
01 Oct 12 |
peter |
57 |
distributed_TESTS += test/repo_test.sh |
1525 |
01 Oct 12 |
peter |
58 |
distributed_TESTS += test/svncopyright_test.sh |
1525 |
01 Oct 12 |
peter |
59 |
distributed_TESTS += test/svndigest_copy_cache_test.sh |
1525 |
01 Oct 12 |
peter |
60 |
distributed_TESTS += test/svndigest_copy_cache_test2.sh |
1525 |
01 Oct 12 |
peter |
61 |
distributed_TESTS += test/traverse_test.sh |
1525 |
01 Oct 12 |
peter |
62 |
distributed_TESTS += test/try_help_test.sh |
1533 |
06 Oct 12 |
peter |
63 |
distributed_TESTS += test/update_test.sh |
1539 |
10 Oct 12 |
peter |
64 |
distributed_TESTS += test/update_test2.sh |
1539 |
10 Oct 12 |
peter |
65 |
distributed_TESTS += test/update_test3.sh |
1539 |
10 Oct 12 |
peter |
66 |
distributed_TESTS += test/update_test4.sh |
953 |
06 Dec 09 |
peter |
67 |
|
1046 |
30 Mar 10 |
peter |
68 |
TESTS = $(EXTRA_PROGRAMS) $(distributed_TESTS) |
8 |
30 Dec 05 |
jari |
69 |
|
1164 |
13 Aug 10 |
peter |
70 |
TEST_EXTENSIONS = .sh .test |
1047 |
30 Mar 10 |
peter |
71 |
|
1525 |
01 Oct 12 |
peter |
72 |
EXTRA_DIST += $(distributed_TESTS) |
912 |
30 Nov 09 |
peter |
73 |
|
598 |
15 Apr 08 |
peter |
# tests not yet passing are listed here |
1610 |
11 Feb 23 |
peter |
75 |
XFAIL_TESTS = |
595 |
14 Apr 08 |
peter |
76 |
|
1525 |
01 Oct 12 |
peter |
77 |
noinst_HEADERS += test/Suite.h |
595 |
14 Apr 08 |
peter |
78 |
|
1525 |
01 Oct 12 |
peter |
79 |
check_LIBRARIES = test/libsvndigesttest.a |
8 |
30 Dec 05 |
jari |
80 |
|
1525 |
01 Oct 12 |
peter |
81 |
LDADD = test/libsvndigesttest.a \ |
1525 |
01 Oct 12 |
peter |
82 |
lib/libsvndigest_core.a \ |
1525 |
01 Oct 12 |
peter |
83 |
yat/libyat.a \ |
888 |
25 Nov 09 |
peter |
84 |
$(SVN_LIBS) $(APR_LIBS) $(PLPLOT_LIBS) |
1290 |
12 Nov 10 |
peter |
85 |
|
1290 |
12 Nov 10 |
peter |
## graph test needs to link against Graph class |
1608 |
14 Jul 20 |
peter |
87 |
test_graph_test_LDADD = test/libsvndigesttest.a \ |
1608 |
14 Jul 20 |
peter |
88 |
lib/libsvndigest.a lib/libsvndigest_core.a yat/libyat.a \ |
1608 |
14 Jul 20 |
peter |
89 |
$(SVN_LIBS) $(APR_LIBS) $(PLPLOT_LIBS) |
1290 |
12 Nov 10 |
peter |
90 |
|
1525 |
01 Oct 12 |
peter |
91 |
test_libsvndigesttest_a_SOURCES = test/Suite.cc |
596 |
14 Apr 08 |
peter |
92 |
|
1046 |
30 Mar 10 |
peter |
93 |
.PHONY: lazycheck |
1046 |
30 Mar 10 |
peter |
94 |
|
1478 |
29 May 12 |
peter |
95 |
lazycheck:; $(MAKE) $(AM_MAKEFLAGS) check RECHECK_LOGS= |
1048 |
31 Mar 10 |
peter |
96 |
|
1315 |
18 Nov 10 |
peter |
97 |
if HAVE_SVN_WC |
1525 |
01 Oct 12 |
peter |
98 |
repo_stamp = $(srcdir)/test/repo/db/current test/svn_update.sh |
1315 |
18 Nov 10 |
peter |
99 |
else |
1315 |
18 Nov 10 |
peter |
100 |
repo_stamp = |
1315 |
18 Nov 10 |
peter |
101 |
endif |
1160 |
12 Aug 10 |
peter |
102 |
|
1048 |
31 Mar 10 |
peter |
# dependencies for lazycheck |
1536 |
07 Oct 12 |
peter |
104 |
test/cmd_format_test.log: test/init.sh bin/svndigest$(EXEEXT) $(repo_stamp) |
1536 |
07 Oct 12 |
peter |
105 |
test/config2_test.log: test/init.sh bin/svndigest$(EXEEXT) $(repo_stamp) |
1536 |
07 Oct 12 |
peter |
106 |
test/config3_test.log: test/init.sh bin/svndigest$(EXEEXT) |
1536 |
07 Oct 12 |
peter |
107 |
test/config_props_test.log: test/init.sh bin/svndigest$(EXEEXT) $(repo_stamp) |
1536 |
07 Oct 12 |
peter |
108 |
test/copyright2_test.log: test/init.sh bin/svncopyright$(EXEEXT) $(repo_stamp) |
1554 |
04 Nov 12 |
peter |
109 |
test/copyright3_test.log: test/init.sh bin/svncopyright$(EXEEXT) $(repo_stamp) |
1536 |
07 Oct 12 |
peter |
110 |
test/copyright_cache_test.log: test/init.sh bin/svncopyright$(EXEEXT) \ |
1525 |
01 Oct 12 |
peter |
111 |
$(repo_stamp) |
1536 |
07 Oct 12 |
peter |
112 |
test/link_root_test.log: test/init.sh bin/svndigest$(EXEEXT) $(repo_stamp) |
1536 |
07 Oct 12 |
peter |
113 |
test/permission_test.log: test/init.sh bin/svncopyright$(EXEEXT) $(repo_stamp) |
1536 |
07 Oct 12 |
peter |
114 |
test/repo_status_test.log: test/init.sh |
1536 |
07 Oct 12 |
peter |
115 |
test/repo_test.log: test/init.sh bin/svndigest$(EXEEXT) $(repo_stamp) |
1536 |
07 Oct 12 |
peter |
116 |
test/svncopyright_test.log: test/init.sh bin/svncopyright$(EXEEXT) |
1536 |
07 Oct 12 |
peter |
117 |
test/svndigest_copy_cache_test.log: test/init.sh bin/svndigest-copy-cache \ |
1525 |
01 Oct 12 |
peter |
118 |
$(repo_stamp) |
1536 |
07 Oct 12 |
peter |
119 |
test/svndigest_copy_cache_test.log: test/init.sh bin/svndigest-copy-cache \ |
1536 |
07 Oct 12 |
peter |
120 |
$(repo_stamp) |
1536 |
07 Oct 12 |
peter |
121 |
test/try_help_test.log: test/init.sh bin/svndigest |
1536 |
07 Oct 12 |
peter |
122 |
test/try_help_test.log: test/init.sh bin/svndigest $(repo_stamp) |
1536 |
07 Oct 12 |
peter |
123 |
test/update_test.log: test/init.sh bin/svndigest $(repo_stamp) |
1539 |
10 Oct 12 |
peter |
124 |
test/update_test2.log: test/init.sh bin/svndigest $(repo_stamp) |
1539 |
10 Oct 12 |
peter |
125 |
test/update_test3.log: test/init.sh bin/svndigest $(repo_stamp) |
1539 |
10 Oct 12 |
peter |
126 |
test/update_test4.log: test/init.sh bin/svndigest $(repo_stamp) |
1048 |
31 Mar 10 |
peter |
127 |
|
1539 |
10 Oct 12 |
peter |
128 |
test/cache_partial.log: $(repo_stamp) |
1539 |
10 Oct 12 |
peter |
129 |
test/copyright.log: $(repo_stamp) |
1539 |
10 Oct 12 |
peter |
130 |
test/stats.log: $(repo_stamp) |
1598 |
26 Aug 15 |
jari |
131 |
test/svn_cat.log: $(repo_stamp) |