Changeset 429
- Timestamp:
- Jul 7, 2007, 1:17:06 AM (16 years ago)
- Location:
- branches/0.6-stable/test
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/0.6-stable/test/Makefile.am
r396 r429 5 5 # Copyright (C) 2005, 2006, 2007 Jari Häkkinen, Peter Johansson 6 6 # 7 # This file is part of svndigest, http:// lev.thep.lu.se/trac/svndigest7 # This file is part of svndigest, http://trac.thep.lu.se/trac/svndigest 8 8 # 9 9 # svndigest is free software; you can redistribute it and/or modify it … … 22 22 # 02111-1307, USA. 23 23 24 check_PROGRAMS = date gnuplot_pipe parser trac utility 24 check_PROGRAMS = date gnuplot_pipe parser trac utility_test 25 25 26 26 TESTS = $(check_PROGRAMS) … … 38 38 parser_SOURCES = parser.cc 39 39 trac_SOURCES = trac.cc 40 utility_ SOURCES = utility.cc40 utility_test_SOURCES = utility_test.cc 41 41 42 42 check_repo_status.sh: check_repo_status.sh.in Makefile.am -
branches/0.6-stable/test/utility_test.cc
r417 r429 4 4 Copyright (C) 2007 Peter Johansson 5 5 6 This file is part of svndigest, http:// lev.thep.lu.se/trac/svndigest6 This file is part of svndigest, http://trac.thep.lu.se/trac/svndigest 7 7 8 8 svndigest is free software; you can redistribute it and/or modify it
Note: See TracChangeset
for help on using the changeset viewer.