Changeset 429


Ignore:
Timestamp:
Jul 7, 2007, 1:17:06 AM (16 years ago)
Author:
Peter Johansson
Message:

changing to name utility_test

Location:
branches/0.6-stable/test
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • branches/0.6-stable/test/Makefile.am

    r396 r429  
    55# Copyright (C) 2005, 2006, 2007 Jari Häkkinen, Peter Johansson
    66#
    7 # This file is part of svndigest, http://lev.thep.lu.se/trac/svndigest
     7# This file is part of svndigest, http://trac.thep.lu.se/trac/svndigest
    88#
    99# svndigest is free software; you can redistribute it and/or modify it
     
    2222# 02111-1307, USA.
    2323
    24 check_PROGRAMS = date gnuplot_pipe parser trac utility
     24check_PROGRAMS = date gnuplot_pipe parser trac utility_test
    2525
    2626TESTS = $(check_PROGRAMS)
     
    3838parser_SOURCES = parser.cc
    3939trac_SOURCES = trac.cc
    40 utility_SOURCES = utility.cc
     40utility_test_SOURCES = utility_test.cc
    4141
    4242check_repo_status.sh: check_repo_status.sh.in Makefile.am
  • branches/0.6-stable/test/utility_test.cc

    r417 r429  
    44  Copyright (C) 2007 Peter Johansson
    55
    6   This file is part of svndigest, http://lev.thep.lu.se/trac/svndigest
     6  This file is part of svndigest, http://trac.thep.lu.se/trac/svndigest
    77
    88  svndigest is free software; you can redistribute it and/or modify it
Note: See TracChangeset for help on using the changeset viewer.